Skip to content

Commit 1b80f5d

Browse files
authored
Further debugging (#633)
1 parent 474cd5e commit 1b80f5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-to-control-plane-review-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v4
4646
with:
4747
fetch-depth: 0
48-
ref: github.sha
48+
ref: ${{ github.sha }}
4949

5050
- name: Validate Required Secrets and Variables
5151
shell: bash

client/app/bundles/comments/components/Footer/Footer.jsx

+1-1
Original file line numberDiff line numberDiff 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 (Twitter)
17+
Rails On Maui on X
1818
</a>
1919
</div>
2020
</footer>

0 commit comments

Comments
 (0)