Fix chart publishing workflow (#2487)

This commit is contained in:
Yusuke Kuoka 2023-04-06 01:20:12 +09:00 committed by GitHub
parent a880114e57
commit 087f20fd5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -183,7 +183,9 @@ jobs:
# - https://github.com/actions/actions-runner-controller/pull/2452 # - https://github.com/actions/actions-runner-controller/pull/2452
- name: Commit and push to actions/actions-runner-controller - name: Commit and push to actions/actions-runner-controller
run: | run: |
git stash
git checkout gh-pages git checkout gh-pages
git stash pop
git config user.name "$GITHUB_ACTOR" git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com" git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
git add . git add .