mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-19 06:01:45 +00:00
Updating action name
This commit is contained in:
parent
b1a16c9147
commit
031d228603
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue