Skip to content

Commit

Permalink
rm the patch file
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonpetgrave64 committed Apr 9, 2024
1 parent 98bbb49 commit 1b4855d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/post-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ jobs:
with:
name: ${{ env.ARTIFACT_NAME }}
- id: apply
run: git apply ${{ env.ARTIFACT_NAME }}
run: |
git apply ${{ env.ARTIFACT_NAME }}
rm ${{ env.ARTIFACT_NAME }}
# example from
# https://github.com/actions/checkout/blob/cd7d8d697e10461458bc61a30d094dc601a8b017/README.md#push-a-commit-using-the-built-in-token
- name: push
Expand Down

0 comments on commit 1b4855d

Please sign in to comment.