File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2323 CPLN_TOKEN : ${{ secrets.CPLN_TOKEN_STAGING }}
2424 CPLN_ORG : ${{ vars.CPLN_ORG_STAGING }}
2525 PR_NUMBER : ${{ github.event.pull_request.number || github.event.issue.number || github.event.inputs.pr_number }}
26+ PR_SHA : ${{ github.sha }}
2627
2728jobs :
2829 debug :
@@ -198,7 +199,7 @@ jobs:
198199 id : init-deployment
199200 with :
200201 script : |
201- const ref = github.sha ;
202+ const ref = process.env.PR_SHA ;
202203 const environment = process.env.ENVIRONMENT_NAME || 'review-app';
203204
204205 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 {
1414 </ a >
1515 < a href = "https://x.com/railsonmaui" className = "flex gap-4 items-center" >
1616 < 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
1818 </ a >
1919 </ div >
2020 </ footer >
You can’t perform that action at this time.
0 commit comments