From bac064d9e8017d1d1a5feca9ecb0079284848ab1 Mon Sep 17 00:00:00 2001 From: Solon Date: Mon, 30 Sep 2024 13:44:00 +0100 Subject: [PATCH] Updates push action to have email and username --- .github/workflows/update-flux.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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