Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RupertBarrow authored Mar 28, 2023
1 parent 377d06a commit deaeb9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ runs:
shell: bash
- name: Delete Scratch Org
if: ${{ always() }}
shell: bash
run: |
is_sandbox=`cci org info --org buildpack_eu --json | jq .is_sandbox`
if [ ! $is_sandbox ]; then
Expand Down

0 comments on commit deaeb9e

Please sign in to comment.