File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 58
58
fi
59
59
60
60
- name : Setup Environment
61
- uses : ./.github/actions/setup-environment
61
+ uses : ./.github/actions/setup-environment@justin808-working-for-deploys
62
62
with :
63
63
org : ${{ env.CPLN_ORG }}
64
64
token : ${{ env.CPLN_TOKEN }}
@@ -132,7 +132,7 @@ jobs:
132
132
return { commentId: comment.data.id };
133
133
134
134
- name : Delete Review App
135
- uses : ./.github/actions/delete-control-plane-app
135
+ uses : ./.github/actions/delete-control-plane-app@justin808-working-for-deploys
136
136
with :
137
137
app_name : ${{ env.APP_NAME }}
138
138
org : ${{ env.CPLN_ORG }}
Original file line number Diff line number Diff line change 26
26
fetch-depth : 0 # Fetch all history for proper SHA handling
27
27
ref : master # Explicitly checkout master branch
28
28
29
- - uses : ./.github/actions/deploy-to-control-plane
29
+ - uses : ./.github/actions/deploy-to-control-plane@justin808-working-for-deploys
30
30
with :
31
31
app_name : ${{ secrets.APP_NAME_STAGING }}
32
32
org : ${{ secrets.CPLN_ORG_STAGING }}
Original file line number Diff line number Diff line change 40
40
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || steps.getRef.outputs.PR_REF || github.ref }}
41
41
42
42
- name : Setup Environment
43
- uses : ./.github/actions/setup-environment
43
+ uses : ./.github/actions/setup-environment@justin808-working-for-deploys
44
44
with :
45
45
token : ${{ env.CPLN_TOKEN }}
46
46
org : ${{ env.CPLN_ORG }}
@@ -228,7 +228,7 @@ jobs:
228
228
github.event.issue.pull_request &&
229
229
github.event.comment.body == '/deploy-review-app') ||
230
230
(steps.check-app.outputs.app_exists == 'true')
231
- uses : ./.github/actions/build-docker-image
231
+ uses : ./.github/actions/build-docker-image@justin808-working-for-deploys
232
232
with :
233
233
app_name : ${{ env.APP_NAME }}
234
234
org : ${{ env.CPLN_ORG }}
@@ -269,7 +269,7 @@ jobs:
269
269
github.event.issue.pull_request &&
270
270
github.event.comment.body == '/deploy-review-app') ||
271
271
(steps.check-app.outputs.app_exists == 'true')
272
- uses : ./.github/actions/deploy-to-control-plane
272
+ uses : ./.github/actions/deploy-to-control-plane@justin808-working-for-deploys
273
273
with :
274
274
app_name : ${{ env.APP_NAME }}
275
275
org : ${{ env.CPLN_ORG }}
Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@v4
20
20
21
21
- name : Setup Environment
22
- uses : ./.github/actions/setup-environment
22
+ uses : ./.github/actions/setup-environment@justin808-working-for-deploys
23
23
24
24
- name : Get Stale PRs
25
25
id : stale_prs
Original file line number Diff line number Diff line change 23
23
uses : actions/checkout@v4
24
24
25
25
- name : Setup Environment
26
- uses : ./.github/actions/setup-environment
26
+ uses : ./.github/actions/setup-environment@justin808-working-for-deploys
27
27
env :
28
28
CPLN_TOKEN : ${{ secrets.CPLN_TOKEN }}
29
29
You can’t perform that action at this time.
0 commit comments