Skip to content

Commit

Permalink
Updates push action to have email and username
Browse files Browse the repository at this point in the history
  • Loading branch information
1Solon committed Sep 30, 2024
1 parent cf6039b commit bac064d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:

- name: Commit and push changes
run: |
git config --global user.name "GitHub Actions"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Update flux"
git push

0 comments on commit bac064d

Please sign in to comment.