File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 23
23
CPLN_TOKEN : ${{ secrets.CPLN_TOKEN_STAGING }}
24
24
CPLN_ORG : ${{ vars.CPLN_ORG_STAGING }}
25
25
PR_NUMBER : ${{ github.event.pull_request.number || github.event.issue.number || github.event.inputs.pr_number }}
26
+ PR_SHA : ${{ github.sha }}
26
27
27
28
jobs :
28
29
debug :
@@ -198,7 +199,7 @@ jobs:
198
199
id : init-deployment
199
200
with :
200
201
script : |
201
- const ref = github.sha ;
202
+ const ref = process.env.PR_SHA ;
202
203
const environment = process.env.ENVIRONMENT_NAME || 'review-app';
203
204
204
205
const deployment = await github.rest.repos.createDeployment({
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default class Footer extends BaseComponent {
14
14
</ a >
15
15
< a href = "https://x.com/railsonmaui" className = "flex gap-4 items-center" >
16
16
< div className = "w-16 h-16 bg-[url('../images/twitter_64.png')]" />
17
- Rails On Maui on X
17
+ Rails On Maui on X/Twitter
18
18
</ a >
19
19
</ div >
20
20
</ footer >
You can’t perform that action at this time.
0 commit comments