Skip to content

Commit

Permalink
Fix dry-run input (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored Jun 3, 2024
1 parent 5ea2f71 commit 8fc6a70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
with:
github-token: ${{ secrets.OBLT_CLI_GITHUB_TOKEN }}
target: 'qa'
dry-run: ${{ github.event.inputs.dry-run || false }}
dry-run: ${{ github.event.inputs.dry-run != '' && github.event.inputs.dry-run || true }}
cluster-name-prefix: 'foo'

0 comments on commit 8fc6a70

Please sign in to comment.