Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Sep 30, 2024
1 parent 4200162 commit 693841e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
map: |
/ -> sync/root
/test-fixtures -> sync/fixtures
skip-unchanged-check: ${{ inputs.skip-unchanged-check }}
dry-run: ${{ inputs.dry-run }}
skip-unchanged-check: ${{ inputs.skip-unchanged-check == true }}
dry-run: ${{ inputs.dry-run == true }}

0 comments on commit 693841e

Please sign in to comment.