Skip to content

Commit

Permalink
enhance: to workaround the error "HOME not set" happened in self host…
Browse files Browse the repository at this point in the history
…ed runner

Signed-off-by: Sammy Huang <[email protected]>
  • Loading branch information
yellow-shine committed Jan 16, 2024
1 parent 9f6a19c commit 72350fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all-contributors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- name: commit code
run: |
pwd
git config --global user.email "[email protected]"
git config --global user.name "sre-ci-robot"
git config --system user.email "[email protected]"
git config --system user.name "sre-ci-robot"
git add -u
git diff-index --cached --quiet HEAD || (git commit -s -m 'Update all contributors' && git push)
Expand Down

0 comments on commit 72350fe

Please sign in to comment.