Skip to content

Commit

Permalink
Workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Nov 2, 2024
1 parent 9ee273d commit 693cab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- name: Update dependencies
run: |
git config --global user.email "[email protected]"
git config --global user.name "SweetRPG Depedency Updater"
git config --global user.name "SweetRPG Dependency Updater"
git checkout ${{ github.head_ref || github.ref_name }}
go get -u ./...
go mod tidy
git add go.mod go.sum
git commit -m "Update dependencies"
git commit -m "Update dependencies" || exit 0
git push origin || exit 0

0 comments on commit 693cab3

Please sign in to comment.