Skip to content

Commit

Permalink
ci: fix auto-gofmt build failed
Browse files Browse the repository at this point in the history
Signed-off-by: Phoeniix Zhao <[email protected]>
  • Loading branch information
Phoenix500526 committed Jan 29, 2024
1 parent ce52de5 commit 2f660bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
go-version-file: go.mod

- name: Format code
uses: iamnotaturtle/[email protected]
# replace with iamnotaturtle/[email protected] when the pr #5(https://github.com/iamnotaturtle/auto-gofmt/pull/6) merge
uses: Phoenix500526/[email protected]
with:
# This part is also where you can pass other options, for example:
only_changed: True
Expand Down

0 comments on commit 2f660bd

Please sign in to comment.