From 832e9ae0b44270561b860e1e0b785035249fa0d8 Mon Sep 17 00:00:00 2001 From: Judah Meek Date: Mon, 7 Apr 2025 21:28:45 -0500 Subject: [PATCH 1/2] test --- 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 2cb65281..61c66df8 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 (Twitter) + Rails On Maui on X
From 773ac9933503b9bdfcb43cd6e7cac7e061fd3a43 Mon Sep 17 00:00:00 2001 From: Judah Meek Date: Mon, 7 Apr 2025 23:45:53 -0500 Subject: [PATCH 2/2] possible --- .github/workflows/deploy-to-control-plane-review-app.yml | 2 +- 1 file changed, 1 insertion(+), 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 456f403c..c45f0d93 100644 --- a/.github/workflows/deploy-to-control-plane-review-app.yml +++ b/.github/workflows/deploy-to-control-plane-review-app.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - ref: github.sha + ref: ${{ github.sha }} - name: Validate Required Secrets and Variables shell: bash