We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f00c6 commit 620f902Copy full SHA for 620f902
.github/workflows/python-ci.yml
@@ -44,4 +44,4 @@ jobs:
44
uses: akaihola/darker/.github/actions/[email protected]
45
- name: Format (darker)
46
run: |
47
- DIFF="--diff" CHECK="--check" REVISION="--revision=${{ steps.commit-range.outputs.commit-range }}" make format
+ DIFF="--diff" CHECK="--check" REVISION="--revision='${{ steps.commit-range.outputs.commit-range }}'" make format
0 commit comments