From 5ca7ece423e9e0ddcb07b4b761700ab8cb4195b1 Mon Sep 17 00:00:00 2001 From: Graham Watts <34165628+GingerGraham@users.noreply.github.com> Date: Wed, 3 Apr 2024 07:56:01 +0100 Subject: [PATCH] Fixing pipeline file bug --- .github/workflows/Copy-To-GrahamWattsWeb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Copy-To-GrahamWattsWeb.yml b/.github/workflows/Copy-To-GrahamWattsWeb.yml index 89ab54a..9b4e619 100644 --- a/.github/workflows/Copy-To-GrahamWattsWeb.yml +++ b/.github/workflows/Copy-To-GrahamWattsWeb.yml @@ -24,7 +24,7 @@ jobs: run: .github/scripts/updateLinks.sh - name: Convert H1 to H2 run: .github/scripts/convertH1toH2.sh - - name: [DEBUG] Show file contents + - name: "[DEBUG] Show file contents" run: github/scripts/printFileContents.sh # - name: Copy files to GrahamWattsWeb # uses: nkoppel/push-files-to-another-repository@v1.1.2