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 5858 fi
5959
6060 - name : Setup Environment
61- uses : ./.github/actions/setup-environment
61+ uses : ./.github/actions/setup-environment@justin808-working-for-deploys
6262 with :
6363 org : ${{ env.CPLN_ORG }}
6464 token : ${{ env.CPLN_TOKEN }}
@@ -132,7 +132,7 @@ jobs:
132132 return { commentId: comment.data.id };
133133
134134 - name : Delete Review App
135- uses : ./.github/actions/delete-control-plane-app
135+ uses : ./.github/actions/delete-control-plane-app@justin808-working-for-deploys
136136 with :
137137 app_name : ${{ env.APP_NAME }}
138138 org : ${{ env.CPLN_ORG }}
Original file line number Diff line number Diff line change 2626 fetch-depth : 0 # Fetch all history for proper SHA handling
2727 ref : master # Explicitly checkout master branch
2828
29- - uses : ./.github/actions/deploy-to-control-plane
29+ - uses : ./.github/actions/deploy-to-control-plane@justin808-working-for-deploys
3030 with :
3131 app_name : ${{ secrets.APP_NAME_STAGING }}
3232 org : ${{ secrets.CPLN_ORG_STAGING }}
Original file line number Diff line number Diff line change 4040 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || steps.getRef.outputs.PR_REF || github.ref }}
4141
4242 - name : Setup Environment
43- uses : ./.github/actions/setup-environment
43+ uses : ./.github/actions/setup-environment@justin808-working-for-deploys
4444 with :
4545 token : ${{ env.CPLN_TOKEN }}
4646 org : ${{ env.CPLN_ORG }}
@@ -228,7 +228,7 @@ jobs:
228228 github.event.issue.pull_request &&
229229 github.event.comment.body == '/deploy-review-app') ||
230230 (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
232232 with :
233233 app_name : ${{ env.APP_NAME }}
234234 org : ${{ env.CPLN_ORG }}
@@ -269,7 +269,7 @@ jobs:
269269 github.event.issue.pull_request &&
270270 github.event.comment.body == '/deploy-review-app') ||
271271 (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
273273 with :
274274 app_name : ${{ env.APP_NAME }}
275275 org : ${{ env.CPLN_ORG }}
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v4
2020
2121 - name : Setup Environment
22- uses : ./.github/actions/setup-environment
22+ uses : ./.github/actions/setup-environment@justin808-working-for-deploys
2323
2424 - name : Get Stale PRs
2525 id : stale_prs
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v4
2424
2525 - name : Setup Environment
26- uses : ./.github/actions/setup-environment
26+ uses : ./.github/actions/setup-environment@justin808-working-for-deploys
2727 env :
2828 CPLN_TOKEN : ${{ secrets.CPLN_TOKEN }}
2929
You can’t perform that action at this time.
0 commit comments