File tree 7 files changed +11
-11
lines changed 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 10
10
using : " composite"
11
11
steps :
12
12
- name : Show Available Commands
13
- uses : actions/github-script@justin808-more-work-on-review-apps-1
13
+ uses : actions/github-script
14
14
with :
15
15
github-token : ${{ inputs.github-token }}
16
16
script : |
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@justin808-more-work-on-review-apps-1
61
+ uses : ./.github/actions/setup-environment
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@justin808-more-work-on-review-apps-1
135
+ uses : ./.github/actions/delete-control-plane-app
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@justin808-more-work-on-review-apps-1
29
+ - uses : ./.github/actions/deploy-to-control-plane
30
30
with :
31
31
app_name : ${{ vars.STAGING_APP_NAME }}
32
32
org : ${{ vars.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@justin808-more-work-on-review-apps-1
43
+ uses : ./.github/actions/setup-environment
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@justin808-more-work-on-review-apps-1
231
+ uses : ./.github/actions/build-docker-image
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@justin808-more-work-on-review-apps-1
272
+ uses : ./.github/actions/deploy-to-control-plane
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 23
23
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@justin808-more-work-on-review-apps-1
26
+ uses : actions/checkout
27
27
28
28
- name : Show Help Information
29
- uses : ./.github/actions/help-command@justin808-more-work-on-review-apps-1
29
+ uses : ./.github/actions/help-command
30
30
with :
31
31
github-token : ${{ secrets.GITHUB_TOKEN }}
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@justin808-more-work-on-review-apps-1
22
+ uses : ./.github/actions/setup-environment
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@justin808-more-work-on-review-apps-1
26
+ uses : ./.github/actions/setup-environment
27
27
env :
28
28
CPLN_TOKEN : ${{ secrets.CPLN_TOKEN }}
29
29
You can’t perform that action at this time.
0 commit comments