From 087f20fd5de1f8489bf5575ea90a690f35a071b1 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Thu, 6 Apr 2023 01:20:12 +0900 Subject: [PATCH] Fix chart publishing workflow (#2487) --- .github/workflows/publish-chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-chart.yaml b/.github/workflows/publish-chart.yaml index a307a36e..0d2b5d2c 100644 --- a/.github/workflows/publish-chart.yaml +++ b/.github/workflows/publish-chart.yaml @@ -183,7 +183,9 @@ jobs: # - https://github.com/actions/actions-runner-controller/pull/2452 - name: Commit and push to actions/actions-runner-controller run: | + git stash git checkout gh-pages + git stash pop git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" git add .