From d05da1acb3a170b5b50f1f5059d6b967f911583c Mon Sep 17 00:00:00 2001 From: Joy <29514446+fillwithjoy1@users.noreply.github.com> Date: Thu, 25 Jul 2024 21:23:37 +1000 Subject: [PATCH] Update check_shell.yml --- .github/workflows/check_shell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_shell.yml b/.github/workflows/check_shell.yml index 2211347..3e7e0c8 100644 --- a/.github/workflows/check_shell.yml +++ b/.github/workflows/check_shell.yml @@ -25,7 +25,7 @@ jobs: - name: Now what is happening? run: | - find . -name "*.sh" -exec cat {} \; + find . -name "*.sh" -exec echo {} \; - name: Check Shell Scripts run: |