Fix identity

This commit is contained in:
Aaron Dalton 2024-01-18 20:48:47 -08:00
parent 78898d6067
commit fc48c8df54

View File

@ -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