Skip to content

Commit

Permalink
Fix syntax error in script
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Oct 11, 2024
1 parent 7b97230 commit 59021f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: cci flow run ci_feature --use-snapshots
- name: Delete Scratch Org
if: always()
run: cci org scratch_delete ${{ inputs.org_name }}
run: cci org scratch_delete ${{ inputs.org }}
shell: bash

- name: Capture CumulusCI Build History
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
cci flow run ${{inputs.flow_name}} ${{ inputs.flow_run_options }} \
$([[ "${{ inputs.debug }}" == "true" ]] && echo " --debug")
} || {
echo "::error::Failed to install dependencies. Running cci error info..."}
echo "::error::Failed to install dependencies. Running cci error info..."
cci error info
exit 1
}
Expand Down

0 comments on commit 59021f3

Please sign in to comment.