From f76bad3c3cd885fbf4f6d4365cdbeaf2d809e61a Mon Sep 17 00:00:00 2001 From: Solon Date: Mon, 30 Sep 2024 13:45:45 +0100 Subject: [PATCH] Removes email --- .github/workflows/update-flux.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-flux.yaml b/.github/workflows/update-flux.yaml index c8dde0e9..5316e8c6 100644 --- a/.github/workflows/update-flux.yaml +++ b/.github/workflows/update-flux.yaml @@ -22,7 +22,6 @@ jobs: - name: Commit and push changes run: | 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