Skip to content

Commit

Permalink
fix: maybe quotes around commit-range?
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Oct 25, 2023
1 parent 40f00c6 commit 620f902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
uses: akaihola/darker/.github/actions/commit-range@1.7.1
- name: Format (darker)
run: |
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 comments on commit 620f902

Please sign in to comment.