Skip to content

Commit

Permalink
fix: unwrap in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmalec committed Oct 16, 2023
1 parent d19652a commit de4c8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
release:
runs-on: ubuntu-20.04
needs: branch_exists
if: ${{ needs.branch_exists.outputs.branch_exists == "0" }}
if: ${{ needs.branch_exists.outputs.branch_exists == 0 }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit de4c8b2

Please sign in to comment.