Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Sep 27, 2023
1 parent c03d9fa commit 4351b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-klt-on-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
done
- name: Install lifecycle-toolkit with manifests
if: ${{ inputs.helm-install }} == 'false' && ${{ inputs.scheduling_gates }} == 'false'
if: ${{ inputs.helm-install == 'false' && inputs.scheduling_gates == 'false' }}
shell: bash
run: |
echo "Installing Keptn using manifests"
Expand Down

0 comments on commit 4351b57

Please sign in to comment.