Skip to content

Commit 2108ad3

Browse files
committed
chore: fix "Github" typo to "GitHub" in scripts and docs
Corrects multiple instances of "Github" to "GitHub" in shell scripts, workflow YAML files, and documentation. This improves consistency and accuracy in references to GitHub Actions across the project.
1 parent ba7b81e commit 2108ad3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/node_upgrade.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ printf "start: %(%H:%M:%S)T\n" -1
7474
# update cardano-node to specified revision
7575
# If BASE_TAR_URL is set, instead of using nix, download and extract binaries for base revision
7676
# from a published tarball to save disk space, and use the same nix env as will be used for
77-
# UPGRADE_REVISION. We are running out of space on Github Actions runners.
77+
# UPGRADE_REVISION. We are running out of space on GitHub Actions runners.
7878
if [[ -z "${BASE_TAR_URL:-""}" && -n "${BASE_REVISION:-""}" ]]; then
7979
NODE_OVERRIDE=$(node_override "${BASE_REVISION}")
8080
elif [ -n "${UPGRADE_REVISION:-""}" ]; then
@@ -174,7 +174,7 @@ fi
174174
175175
_cleanup
176176
177-
# prepare artifacts for upload in Github Actions
177+
# prepare artifacts for upload in GitHub Actions
178178
if [ -n "${GITHUB_ACTIONS:-""}" ]; then
179179
# save testing artifacts
180180
./.github/save_artifacts.sh

.github/regression.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ fi
252252

253253
_cleanup
254254

255-
# prepare artifacts for upload in Github Actions
255+
# prepare artifacts for upload in GitHub Actions
256256
if [ -n "${GITHUB_ACTIONS:-""}" ]; then
257257

258258
# move reports to root dir

.github/workflows/regression_reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
password: ${{secrets.GMAIL_PASSWORD}}
174174
subject: "Status: ${{ steps.testing-step.outcome }}; workflow: ${{ github.workflow }}"
175175
to: ${{secrets.CI_FAIL_MAILS}}
176-
from: Cardano Github Actions
176+
from: Cardano GitHub Actions
177177
body: "Run URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
178178
179179
attachments: testrun-report.html

.github/workflows/upgrade_reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
password: ${{secrets.GMAIL_PASSWORD}}
111111
subject: "Status: ${{ steps.testing-step.outcome }}; workflow: ${{ github.workflow }}"
112112
to: ${{secrets.CI_FAIL_MAILS}}
113-
from: Cardano Github Actions
113+
from: Cardano GitHub Actions
114114
body: "Run URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
115115
116116
attachments: testrun-report.html

src_docs/source/test_results/nightly_system_tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Test statuses
1818
Nightly results
1919
---------------
2020

21-
`Results on Github Actions <https://github.com/IntersectMBO/cardano-node-tests/actions?query=workflow%3A%22Nightly+tests%22+event%3Aschedule+branch%3Amaster++>`__
21+
`Results on GitHub Actions <https://github.com/IntersectMBO/cardano-node-tests/actions?query=workflow%3A%22Nightly+tests%22+event%3Aschedule+branch%3Amaster++>`__
2222

2323
* `nightly <https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly/>`__: |nightly-badge|
2424
* network in Conway era

0 commit comments

Comments
 (0)