Update working directory
This commit is contained in:
parent
fc48c8df54
commit
c9c51cdfc6
5
.github/workflows/fork-sync.yml
vendored
5
.github/workflows/fork-sync.yml
vendored
@ -29,8 +29,9 @@ jobs:
|
|||||||
working-directory: homepage
|
working-directory: homepage
|
||||||
- name: Set Identity
|
- name: Set Identity
|
||||||
run: |
|
run: |
|
||||||
git config user.name "Github Action"
|
git config user.name "Github Action"
|
||||||
git config user.email "bot@github-actions"
|
git config user.email "bot@github-actions"
|
||||||
|
working-directory: homepage
|
||||||
- name: Bump Current
|
- name: Bump Current
|
||||||
run: |
|
run: |
|
||||||
git checkout upstream
|
git checkout upstream
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user