Skip to content

Commit

Permalink
fix(ci): sync
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Apr 16, 2023
1 parent b1de557 commit 3a64aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3a64aea

Please sign in to comment.