There was an error while loading. Please reload this page.
1 parent 11cc4fa commit c871fedCopy full SHA for c871fed
1 file changed
.github/workflows/staging.yml
@@ -68,7 +68,4 @@ jobs:
68
commit_username: ${{ github.repository_owner }}
69
commit_email: ${{ github.repository_owner }}@users.noreply.github.com
70
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
71
- commit_message: "Development update ${{ needs.prepare.outputs.tag }}"
72
- post_process: |
73
- git fetch origin master
74
- git checkout master || git checkout -b master origin/master
+ commit_message: "Development update ${{ needs.prepare.outputs.tag }}"
0 commit comments