fix(ci): sync update-comps update-nightly

This commit is contained in:
windowsboy111
2023-04-22 11:46:10 +08:00
parent 17e328d3a8
commit b9087fe2fb
3 changed files with 16 additions and 2 deletions
+2 -1
View File
@@ -32,5 +32,6 @@ jobs:
git config user.signingkey "${{ runner.temp }}/signing_key"
- name: Apply patches and Push
run: |
git am -S --keep-cr --signoff <(curl https://github.com/terrapkg/packages/pull/${{ github.event.pull_request.number }}.patch)
curl https://github.com/terrapkg/packages/pull/${{ github.event.pull_request.number }}.patch > pr.patch
git am -S --keep-cr --signoff < pr.patch
git push -u origin --all