Skip to content

Commit

Permalink
Update gotestfmt-action to use relocated repo (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmosher authored May 11, 2024
2 parents 4079791 + 6831b60 commit 9718073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: set script-shell
run: yarn config set script-shell /bin/bash
- name: Set up gotestfmt
uses: haveyoudebuggedit/gotestfmt-action@v2
uses: GoTestTools/gotestfmt-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: set script-shell
run: yarn config set script-shell /bin/bash
- name: Set up gotestfmt
uses: haveyoudebuggedit/gotestfmt-action@v2
uses: GoTestTools/gotestfmt-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run examples
Expand Down

0 comments on commit 9718073

Please sign in to comment.