Skip to content

Commit 607ec87

Browse files
remove 'upload patch' from workflow
- This is because rhaschke/upload-git-patch-action@main is not allowed to be used in apache/age.
1 parent 4429fa8 commit 607ec87

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/format.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,4 @@ jobs:
2727
python -m pip install pre-commit
2828
git fetch origin
2929
pre-commit run --show-diff-on-failure --color=always --from-ref origin/${{ github.event.pull_request.base.ref }} --to-ref ${{ github.event.pull_request.head.sha }}
30-
id: precommit
31-
32-
- name: Upload pre-commit changes
33-
if: failure() && steps.precommit.outcome == 'failure'
34-
uses: rhaschke/upload-git-patch-action@main
35-
with:
36-
name: pre-commit
30+
id: precommit

0 commit comments

Comments
 (0)