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 58
58
missing+=("Variable: CPLN_ORG_STAGING")
59
59
fi
60
60
61
- if [ -z "$PREFIX" }} ]; then
61
+ if [ -z "$PREFIX" ]; then
62
62
missing+=("Variable: REVIEW_APP_PREFIX")
63
63
fi
64
64
@@ -145,7 +145,7 @@ jobs:
145
145
uses : ./.github/actions/delete-control-plane-app
146
146
with :
147
147
app_name : ${{ env.APP_NAME }}
148
- org : ${{ vars.CPLN_ORG_STAGING }}
148
+ cpln_org : ${{ vars.CPLN_ORG_STAGING }}
149
149
150
150
- name : Update Delete Status
151
151
if : always()
Original file line number Diff line number Diff line change 50
50
APP_NAME="qa-react-webpack-rails-tutorial-pr-$pr"
51
51
CPLN_ORG=${{ vars.CPLN_ORG_STAGING }}
52
52
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
54
54
done
You can’t perform that action at this time.
0 commit comments