Skip to content

Commit 620f902

Browse files
committed
fix: maybe quotes around commit-range?
1 parent 40f00c6 commit 620f902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
uses: akaihola/darker/.github/actions/[email protected]
4545
- name: Format (darker)
4646
run: |
47-
DIFF="--diff" CHECK="--check" REVISION="--revision=${{ steps.commit-range.outputs.commit-range }}" make format
47+
DIFF="--diff" CHECK="--check" REVISION="--revision='${{ steps.commit-range.outputs.commit-range }}'" make format

0 commit comments

Comments
 (0)