Skip to content

Commit

Permalink
ci: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Mihail Mihov <[email protected]>
  • Loading branch information
mishomihov00 committed Nov 8, 2024
1 parent 4205834 commit 596b69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-flow-deploy-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
version-policy: specified
new-version: ${{ needs.prepare-deploy-preview.outputs.version }}
dry-run-enabled: ${{ github.event.inputs.dry-run-enabled }}
dry-run-enabled: ${{ github.event.inputs.dry-run-enabled == 'true' }}
secrets:
access-token: ${{ secrets.GITHUB_TOKEN }}
bucket-name: ${{ secrets.RELEASE_ARTIFACT_BUCKET_NAME }}
Expand Down

0 comments on commit 596b69f

Please sign in to comment.