Skip to content

Commit

Permalink
Fixed error with format action
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 9, 2023
1 parent 96f6a43 commit 5bd8cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add cmd main.go go.mod go.sum
git add cmd ${{ steps.verify-changed-files.outputs.changed_files }}
git commit -m "Formatted code."
- name: Push formatting changes
Expand Down

0 comments on commit 5bd8cb3

Please sign in to comment.