From 4becb9a70a721d1562cd8933422048a3ab875a4d Mon Sep 17 00:00:00 2001 From: Judah Meek Date: Mon, 7 Apr 2025 23:49:35 -0500 Subject: [PATCH 1/2] modifiy footer --- client/app/bundles/comments/components/Footer/Footer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
From 38177bd39d6fa54ed608b1d67e4e3540f2b12130 Mon Sep 17 00:00:00 2001 From: Judah Meek Date: Tue, 8 Apr 2025 16:55:06 -0500 Subject: [PATCH 2/2] fix --- .github/workflows/deploy-to-control-plane-review-app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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({