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
|
$(eval `git for-each-ref --format=$fmt --no-merge upstream refs/tags`) >> $GITHUB_OUTPUT
|
||||||
echo 'EOF' >> $GITHUB_OUTPUT
|
echo 'EOF' >> $GITHUB_OUTPUT
|
||||||
working-directory: homepage
|
working-directory: homepage
|
||||||
|
- name: Set Identity
|
||||||
|
run: |
|
||||||
|
git config user.name "Github Action"
|
||||||
|
git config user.email "bot@github-actions"
|
||||||
- name: Bump Current
|
- name: Bump Current
|
||||||
run: |
|
run: |
|
||||||
git checkout upstream
|
git checkout upstream
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user