From c859b624a7aca0c8a79678b7eef056a5b7064ff8 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Sun, 16 Apr 2023 18:21:34 +0800 Subject: [PATCH] fix(ci): sync --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 8913585ddd..b3a2b9d93a 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -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