Update working directory

This commit is contained in:
Aaron Dalton 2024-01-18 20:50:30 -08:00
parent fc48c8df54
commit c9c51cdfc6

View File

@ -29,8 +29,9 @@ jobs:
working-directory: homepage
- name: Set Identity
run: |
git config user.name "Github Action"
git config user.email "bot@github-actions"
git config user.name "Github Action"
git config user.email "bot@github-actions"
working-directory: homepage
- name: Bump Current
run: |
git checkout upstream