Skip to content

Commit

Permalink
fix: test workflow for GitHub action working directory now uses Darke…
Browse files Browse the repository at this point in the history
…r from current branch
  • Loading branch information
akaihola committed Jan 8, 2025
1 parent c0571f3 commit d21f63c
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 d21f63c

Please sign in to comment.