Fix identity
This commit is contained in:
parent
78898d6067
commit
fc48c8df54
4
.github/workflows/fork-sync.yml
vendored
4
.github/workflows/fork-sync.yml
vendored
@ -27,6 +27,10 @@ jobs:
|
||||
$(eval `git for-each-ref --format=$fmt --no-merge upstream refs/tags`) >> $GITHUB_OUTPUT
|
||||
echo 'EOF' >> $GITHUB_OUTPUT
|
||||
working-directory: homepage
|
||||
- name: Set Identity
|
||||
run: |
|
||||
git config user.name "Github Action"
|
||||
git config user.email "bot@github-actions"
|
||||
- name: Bump Current
|
||||
run: |
|
||||
git checkout upstream
|
||||
|
||||
Loading…
Reference in New Issue
Block a user