Skip to content

Commit

Permalink
Add True to flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Oct 13, 2024
1 parent 20ddbea commit 961ae38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snapshot-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
id: create_snapshot
run: |
cci task run create_hashed_snapshot \
$([[ "${{ inputs.create_snapshot_commit_status }}" == "true" ]] && echo " --create-commit-status") \
$([[ "${{ inputs.create_snapshot_environment }}" == "true" ]] && echo " --create-environment") \
$([[ "${{ inputs.create_snapshot_commit_status }}" == "true" ]] && echo " --create-commit-status True") \
$([[ "${{ inputs.create_snapshot_environment }}" == "true" ]] && echo " --create-environment True") \
$([[ "${{ inputs.debug }}" == "true" ]] && echo " --debug")
shell: bash
- name: Capture CumulusCI Build History
Expand Down

0 comments on commit 961ae38

Please sign in to comment.