Skip to content

Commit aff6663

Browse files
committed
fix extra_args syntax
1 parent a7a9edb commit aff6663

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pre-commit.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
echo "::set-output name=all::$(git diff --name-only --diff-filter=ACMRT ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | xargs)"
2222
- id: pre_commit_action
2323
uses: pre-commit/[email protected]
24-
extra_args: --files ${{ steps.changes.outputs.all }}
24+
with:
25+
extra_args: --files ${{ steps.changes.outputs.all }}
2526
- id: get_changes
2627
run: |
2728
content="$(swift run downstream -o human ${{ steps.changes.outputs.all }})"

0 commit comments

Comments
 (0)