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