From f446ba54433d894f82c05fae4a39350e223a6c6f Mon Sep 17 00:00:00 2001 From: silver Date: Tue, 6 Aug 2024 21:44:50 +0000 Subject: [PATCH] Update .forgejo/workflows/testing.yaml --- .forgejo/workflows/testing.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/testing.yaml b/.forgejo/workflows/testing.yaml index 6f7233c..0830ba0 100644 --- a/.forgejo/workflows/testing.yaml +++ b/.forgejo/workflows/testing.yaml @@ -10,4 +10,5 @@ jobs: runs-on: ubuntu-latest steps: - run: echo All Good - - run: echo "testing updating: ${{ inputs.input }}" \ No newline at end of file + - run: echo "testing updating: ${{ inputs.input }}" + shell: bash \ No newline at end of file