Skip to content

Commit

Permalink
Merge pull request #804 from akaihola/fix-working-directory-test
Browse files Browse the repository at this point in the history
Fix working directory test workflow
  • Loading branch information
akaihola authored Jan 8, 2025
2 parents c0571f3 + d21f63c commit 7a27f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-working-directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
continue-on-error: true
id: darker-run
with:
version: "@gh-action-working-directory"
version: "@${{ github.ref_name }}"
options: ${{ matrix.scenario.options }}
# In the action, '.' is the default value used if `working-directory` omitted
working-directory: >-
Expand Down

0 comments on commit 7a27f64

Please sign in to comment.