Skip to content

Commit

Permalink
fix yq
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Oct 3, 2023
1 parent 6bdbeb5 commit 344543b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
builds:
name: Builds
needs: extract_version
if: '!github.event.pull_request.head.repo.fork && ${{ needs.extract_version.outputs.available == "true" }}'
if: '!github.event.pull_request.head.repo.fork && ${{ needs.extract_version.outputs.available == true }}'
runs-on: ubuntu-22.04
permissions:
packages: write
Expand Down

0 comments on commit 344543b

Please sign in to comment.