From 60bbd54910debad9834402db6b15ffce3a01f555 Mon Sep 17 00:00:00 2001 From: Nicola Zangrandi Date: Tue, 21 Jan 2025 11:08:17 +0100 Subject: [PATCH] This should fix the workflow --- .forgejo/workflows/demo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index fe9ca2b..77e9b0c 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -3,4 +3,5 @@ jobs: test: runs-on: alpine-latest steps: - - run: echo All Good + - shell: sh + run: echo using sh here