Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Nov 25, 2023
1 parent f5b2c94 commit eb17a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
pin:
if: startsWith(github.ref, "refs/tags/v")
if: startsWith(github.ref, 'refs/tags/v')

strategy:
fail-fast: false
Expand Down

0 comments on commit eb17a9b

Please sign in to comment.