Updating action name

This commit is contained in:
Janos Bonic 2022-10-08 15:30:49 +02:00 committed by GitHub
parent b1a16c9147
commit 031d228603
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,14 +28,14 @@ jobs:
# Install gotestfmt on the VM running the action. # Install gotestfmt on the VM running the action.
- name: Set up gotestfmt - name: Set up gotestfmt
uses: haveyoudebuggedit/gotestfmt-action@v2 uses: GoTestTools/gotestfmt-action@v2
with: with:
# Optional: pass GITHUB_TOKEN to avoid rate limiting. # Optional: pass GITHUB_TOKEN to avoid rate limiting.
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
# Optional: pass the gotestfmt version you want to run. # Optional: pass the gotestfmt version you want to run.
version: v2.0.0 version: v2.0.0
# Optional: pass an organization name and repo to use a fork # Optional: pass an organization name and repo to use a fork
org: haveyoudebuggedit org: GoTestTools
repo: gotestfmt repo: gotestfmt
# Run tests with nice formatting. Save the original log in /tmp/gotest.log # Run tests with nice formatting. Save the original log in /tmp/gotest.log
@ -54,4 +54,4 @@ jobs:
if-no-files-found: error if-no-files-found: error
``` ```
For more information about gotestfmt please see the [gotestfmt](https://github.com/haveyoudebuggedit/gotestfmt) repository. For more information about gotestfmt please see the [gotestfmt](https://github.com/GoTestTools/gotestfmt) repository.