From acb097d8f734c767afb2eac26fa29f2427b8762d Mon Sep 17 00:00:00 2001 From: Louis Guidez reind33r Date: Wed, 7 Feb 2024 23:11:29 +0100 Subject: [PATCH] testing actions --- .forgejo/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 21280bd..240bc0f 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -3,4 +3,5 @@ jobs: test: runs-on: docker steps: - - run: echo All Good \ No newline at end of file + - shell: ash + run: echo All Good \ No newline at end of file