From 763318a75e80ccd1f67f063508454f50d4cfc5cf Mon Sep 17 00:00:00 2001 From: Manley Date: Wed, 27 Apr 2022 01:59:23 -0400 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 8f6486e..cffc73b 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,4 +1,4 @@ -![Release Version](https://img.shields.io/github/v/release/josephbmanley/run-gut-tests-action) ![Test Action](https://github.com/josephbmanley/run-gut-tests-action/workflows/Test%20Action/badge.svg) +![Release Version](https://img.shields.io/github/v/release/manleydev/run-gut-tests-action) ![Test Action](https://github.com/manleydev/run-gut-tests-action/workflows/Test%20Action/badge.svg) # Run GUT tests This is an action that runs [GUT](https://github.com/bitwes/Gut) tests for Godot to easily automate testing. @@ -11,7 +11,7 @@ Example: ```yaml steps: -- uses: josephbmanley/run-gut-tests-action@[VERSION] +- uses: manleydev/run-gut-tests-action@[VERSION] with: directory: client ``` @@ -54,4 +54,4 @@ Here is an example `.gutconfig.json`: } ``` -For more information on the config file, [see the GUT wiki](https://github.com/bitwes/Gut/wiki/Command-Line#config-file). \ No newline at end of file +For more information on the config file, [see the GUT wiki](https://github.com/bitwes/Gut/wiki/Command-Line#config-file).