update main.yml

This commit is contained in:
Raymond Wang 2022-10-24 17:41:50 -07:00
parent 4c32b5f4f6
commit beb7e10b45

View file

@ -37,6 +37,8 @@ jobs:
echo "# DO NOT MANUALLY PUSH TO THIS BRANCH, ANY WORK DONE WILL BE ERASED. ITS WORK COMES FROM MASTER AND IT WILL BE REWRITTEN THE NEXT TIME AN ACTION OCCURS ON THE MASTER BRANCH" > README.md echo "# DO NOT MANUALLY PUSH TO THIS BRANCH, ANY WORK DONE WILL BE ERASED. ITS WORK COMES FROM MASTER AND IT WILL BE REWRITTEN THE NEXT TIME AN ACTION OCCURS ON THE MASTER BRANCH" > README.md
- name: Push to Deployment Branch - name: Push to Deployment Branch
run: | run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git stash git stash
git checkout -b page git checkout -b page
git stash pop git stash pop