From abdb96601ff055e543c0d40367c209e4d1fa4b69 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:11:34 +0100 Subject: [PATCH] Fix typos in workflow comment (#240) --- .github/workflows/_buildpacks-prepare-release.yml | 2 +- .github/workflows/_buildpacks-release.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_buildpacks-prepare-release.yml b/.github/workflows/_buildpacks-prepare-release.yml index db6c18f9..884a90be 100644 --- a/.github/workflows/_buildpacks-prepare-release.yml +++ b/.github/workflows/_buildpacks-prepare-release.yml @@ -45,7 +45,7 @@ on: defaults: run: # Setting an explicit bash shell ensures GitHub Actions enables pipefail mode too, - # ratherthan only error on exit (improving failure UX when pipes are used). See: + # rather than only error on exit (improving failure UX when pipes are used). See: # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell shell: bash diff --git a/.github/workflows/_buildpacks-release.yml b/.github/workflows/_buildpacks-release.yml index e1d22a98..448ab28c 100644 --- a/.github/workflows/_buildpacks-release.yml +++ b/.github/workflows/_buildpacks-release.yml @@ -49,7 +49,7 @@ on: defaults: run: # Setting an explicit bash shell ensures GitHub Actions enables pipefail mode too, - # ratherthan only error on exit (improving failure UX when pipes are used). See: + # rather than only error on exit (improving failure UX when pipes are used). See: # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell shell: bash diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80b4a6f4..0c3dae9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: defaults: run: # Setting an explicit bash shell ensures GitHub Actions enables pipefail mode too, - # ratherthan only error on exit (improving failure UX when pipes are used). See: + # rather than only error on exit (improving failure UX when pipes are used). See: # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3faad781..7eab516c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ on: defaults: run: # Setting an explicit bash shell ensures GitHub Actions enables pipefail mode too, - # ratherthan only error on exit (improving failure UX when pipes are used). See: + # rather than only error on exit (improving failure UX when pipes are used). See: # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell shell: bash