Skip to content

Commit

Permalink
fix gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
batmac committed May 12, 2024
1 parent d0b2fd9 commit 660535e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/vendored.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "[email protected]"
git branch -D vendored
git checkout -b vendored
go mod vendor
git add .
git commit -m "vendored"
git push origin vendored
git push -f origin vendored

0 comments on commit 660535e

Please sign in to comment.