We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d7338 commit 9409d09Copy full SHA for 9409d09
.github/workflows/on_push_main.yml
@@ -17,7 +17,7 @@ jobs:
17
SF_DEVHUB_URL: ${{ secrets.SF_DEVHUB_URL }}
18
create_release:
19
needs: build
20
- if: needs.build.outputs.hasNewArtifacts == true
+ if: needs.build.outputs.hasNewArtifacts == 'true'
21
uses: navikt/sf-platform/.github/workflows/createRelease.yml@main
22
permissions:
23
contents: write
0 commit comments