Skip to content

Commit

Permalink
Remove optional parameters from GoTestTools/gotestfmt-action@v2 act…
Browse files Browse the repository at this point in the history
…ion instantiation

These are not needed.
  • Loading branch information
JAORMX committed Nov 7, 2023
1 parent 2127825 commit 0cc34aa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ jobs:
- name: Set up gotestfmt
uses: GoTestTools/gotestfmt-action@v2
with:
# Optional: pass GITHUB_TOKEN to avoid rate limiting.
token: ${{ secrets.GITHUB_TOKEN }}
# Optional: pass the gotestfmt version you want to run.
version: v2.0.0
# Optional: pass an organization name and repo to use a fork
org: GoTestTools
repo: gotestfmt

# copy config file into place
- name: Copy config file
Expand Down

0 comments on commit 0cc34aa

Please sign in to comment.