fix(ci): sync

This commit is contained in:
windowsboy111
2023-04-16 18:21:34 +08:00
parent 7c213381c1
commit c859b624a7
+1 -1
View File
@@ -32,5 +32,5 @@ 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
git am -S --keep-cr --signoff <(curl https://github.com/terrapkg/packages/pull/${{ github.event.pull_request.number }}.patch)
git push -u origin --all