File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5858 missing+=("Variable: CPLN_ORG_STAGING")
5959 fi
6060
61- if [ -z "$PREFIX" }} ]; then
61+ if [ -z "$PREFIX" ]; then
6262 missing+=("Variable: REVIEW_APP_PREFIX")
6363 fi
6464
@@ -145,7 +145,7 @@ jobs:
145145 uses : ./.github/actions/delete-control-plane-app
146146 with :
147147 app_name : ${{ env.APP_NAME }}
148- org : ${{ vars.CPLN_ORG_STAGING }}
148+ cpln_org : ${{ vars.CPLN_ORG_STAGING }}
149149
150150 - name : Update Delete Status
151151 if : always()
Original file line number Diff line number Diff line change 5050 APP_NAME="qa-react-webpack-rails-tutorial-pr-$pr"
5151 CPLN_ORG=${{ vars.CPLN_ORG_STAGING }}
5252 echo "🗑️ Deleting stale review app for PR #$pr: $APP_NAME"
53- ${{ github.workspace }}/.github/actions/delete-control-plane-app/scripts/ delete-app.sh
53+ ${{ github.workspace }}/.github/actions/delete-control-plane-app/delete-app.sh
5454 done
You can’t perform that action at this time.
0 commit comments