Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpaku authored Feb 19, 2024
1 parent 3299b31 commit 1aed887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
#git config --global user.name 'GitHub Actions'
#git config --global user.email '[email protected]'
#git remote set-url origin "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}"
#git fetch
git fetch
git checkout "${MAIN_BRANCH}"
git push origin --delete "${UPDATE_BRANCH}" || true
git checkout -b "${UPDATE_BRANCH}"
Expand Down

0 comments on commit 1aed887

Please sign in to comment.