diff --git a/.github/workflows/update-flux.yaml b/.github/workflows/update-flux.yaml index 3065b27f..c8dde0e9 100644 --- a/.github/workflows/update-flux.yaml +++ b/.github/workflows/update-flux.yaml @@ -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