Skip to content

Commit

Permalink
ci: Fix dry-run-enabled parameter passing
Browse files Browse the repository at this point in the history
Signed-off-by: Mihail Mihov <mihail.mihov@limechain.tech>
  • Loading branch information
mishomihov00 committed Nov 8, 2024
1 parent a1fc460 commit 4205834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node-flow-deploy-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
with:
version-policy: specified
new-version: ${{ needs.prepare-deploy-preview.outputs.version }}
dry-run-enabled: ${{ github.event.inputs.dry-run-enabled }}
secrets:
access-token: ${{ secrets.GITHUB_TOKEN }}
bucket-name: ${{ secrets.RELEASE_ARTIFACT_BUCKET_NAME }}
Expand Down

0 comments on commit 4205834

Please # to comment.