From 2f42028119f1e5ac397e8003fc5241a7439f85e0 Mon Sep 17 00:00:00 2001 From: Solon Date: Mon, 30 Sep 2024 13:56:34 +0100 Subject: [PATCH] Adds github actions username and email --- .github/workflows/update-flux.yaml | 2 ++ 1 file changed, 2 insertions(+) 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