Skip to content

Commit

Permalink
fix: It's git-patch instead of patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Nov 7, 2024
1 parent 1587d59 commit 3fd551b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: restyled-io/actions/run@v4

- name: Copy patch to staged artifact
if: ${{ steps.restyler.outputs.patch }}
if: ${{ steps.restyler.outputs.git-patch }}
run: |
cat >>/tmp/restyled.diff <<'EOM'
${{ steps.restyler.outputs.patch }}
${{ steps.restyler.outputs.git-patch }}
EOM
- id: upload
Expand Down

0 comments on commit 3fd551b

Please sign in to comment.