Skip to content

Commit

Permalink
Removes email from git push
Browse files Browse the repository at this point in the history
  • Loading branch information
1Solon committed Sep 30, 2024
1 parent bc0b62e commit 5c68e21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update-flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:

- name: Commit and push changes
run: |
git config --global user.email "
git config --global user.name "GitHub Actions"
git add .
git commit -m "Update flux"
Expand Down

0 comments on commit 5c68e21

Please sign in to comment.