diff --git a/.github/workflows/update-flux.yaml b/.github/workflows/update-flux.yaml index 13356643..12dcb2f1 100644 --- a/.github/workflows/update-flux.yaml +++ b/.github/workflows/update-flux.yaml @@ -21,6 +21,8 @@ jobs: - name: Commit and push changes run: | + git config user.email "github-actions[bot]@users.noreply.github.com" + git config user.name "github-actions[bot]" git add . git commit -m "Update flux" git branch -b gh-actions/flux-update