diff --git a/.github/workflows/deploy-to-control-plane-review-app.yml b/.github/workflows/deploy-to-control-plane-review-app.yml index c45f0d93..eed57170 100644 --- a/.github/workflows/deploy-to-control-plane-review-app.yml +++ b/.github/workflows/deploy-to-control-plane-review-app.yml @@ -23,6 +23,7 @@ env: CPLN_TOKEN: ${{ secrets.CPLN_TOKEN_STAGING }} CPLN_ORG: ${{ vars.CPLN_ORG_STAGING }} PR_NUMBER: ${{ github.event.pull_request.number || github.event.issue.number || github.event.inputs.pr_number }} + PR_SHA: ${{ github.sha }} jobs: debug: @@ -198,7 +199,7 @@ jobs: id: init-deployment with: script: | - const ref = github.sha; + const ref = process.env.PR_SHA; const environment = process.env.ENVIRONMENT_NAME || 'review-app'; const deployment = await github.rest.repos.createDeployment({ diff --git a/client/app/bundles/comments/components/Footer/Footer.jsx b/client/app/bundles/comments/components/Footer/Footer.jsx index 61c66df8..4f18d074 100644 --- a/client/app/bundles/comments/components/Footer/Footer.jsx +++ b/client/app/bundles/comments/components/Footer/Footer.jsx @@ -14,7 +14,7 @@ export default class Footer extends BaseComponent {
- Rails On Maui on X + Rails On Maui on X/Twitter