We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a9edb commit aff6663Copy full SHA for aff6663
.github/workflows/pre-commit.yml
@@ -21,7 +21,8 @@ jobs:
21
echo "::set-output name=all::$(git diff --name-only --diff-filter=ACMRT ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | xargs)"
22
- id: pre_commit_action
23
uses: pre-commit/[email protected]
24
- extra_args: --files ${{ steps.changes.outputs.all }}
+ with:
25
+ extra_args: --files ${{ steps.changes.outputs.all }}
26
- id: get_changes
27
run: |
28
content="$(swift run downstream -o human ${{ steps.changes.outputs.all }})"
0 commit comments