Skip to content

Commit

Permalink
fix typo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Oct 12, 2023
1 parent 9b85a0b commit e0be91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/constellation_create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ runs:
run: |
yq eval -i '(.debugCluster) = true' constellation-conf.yaml
- name: Enable debugCluster flag
- name: Enable internalLoadBalancer flag
if: inputs.internalLoadBalancer == 'true'
shell: bash
run: |
Expand Down

0 comments on commit e0be91f

Please sign in to comment.