Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saravanancitian committed Dec 13, 2023
1 parent f16f99c commit ae862e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
git add bin/my-executable
git add bin/echoserver
git commit -m "Add compiled executable"
git push https://github.com/saravanancitian/binaries.git HEAD:main

0 comments on commit ae862e1

Please sign in to comment.