Skip to content

Commit 3100c84

Browse files
committed
fixes
1 parent 3352e90 commit 3100c84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/delete-review-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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()

.github/workflows/nightly-remove-stale-review-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
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

0 commit comments

Comments
 (0)