Skip to content

Commit

Permalink
Update and rename go.yml to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Labfox authored Aug 13, 2024
1 parent e0c9a37 commit b78ab9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:

- name: Commit changes
run: |
git config --global user.email "[email protected]"
git config --global user.name "Github Actions"
git commit -am "New build"
git push

0 comments on commit b78ab9d

Please sign in to comment.