Skip to content

Commit 596b69f

Browse files
committed
ci: Fix typo
Signed-off-by: Mihail Mihov <[email protected]>
1 parent 4205834 commit 596b69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-flow-deploy-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
version-policy: specified
8181
new-version: ${{ needs.prepare-deploy-preview.outputs.version }}
82-
dry-run-enabled: ${{ github.event.inputs.dry-run-enabled }}
82+
dry-run-enabled: ${{ github.event.inputs.dry-run-enabled == 'true' }}
8383
secrets:
8484
access-token: ${{ secrets.GITHUB_TOKEN }}
8585
bucket-name: ${{ secrets.RELEASE_ARTIFACT_BUCKET_NAME }}

0 commit comments

Comments
 (0)