mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
Fix chart publishing workflow (#2487)
This commit is contained in:
2
.github/workflows/publish-chart.yaml
vendored
2
.github/workflows/publish-chart.yaml
vendored
@@ -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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user