From 809b6d6ad9100779e33064af1253652529bbd51b Mon Sep 17 00:00:00 2001 From: Sophie Date: Wed, 6 Mar 2024 10:52:44 -0700 Subject: [PATCH] add git config back --- .github/workflows/refresh-manifests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/refresh-manifests.yml b/.github/workflows/refresh-manifests.yml index a57410e2..90f4e678 100644 --- a/.github/workflows/refresh-manifests.yml +++ b/.github/workflows/refresh-manifests.yml @@ -72,6 +72,8 @@ jobs: path: manifests/ - name: Check and commit changes run: | + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" git add manifests git commit -m "manifest: update" - name: Push changes