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 4205834 commit 596b69fCopy full SHA for 596b69f
.github/workflows/node-flow-deploy-preview.yaml
@@ -79,7 +79,7 @@ jobs:
79
with:
80
version-policy: specified
81
new-version: ${{ needs.prepare-deploy-preview.outputs.version }}
82
- dry-run-enabled: ${{ github.event.inputs.dry-run-enabled }}
+ dry-run-enabled: ${{ github.event.inputs.dry-run-enabled == 'true' }}
83
secrets:
84
access-token: ${{ secrets.GITHUB_TOKEN }}
85
bucket-name: ${{ secrets.RELEASE_ARTIFACT_BUCKET_NAME }}
0 commit comments