diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ed1168f..de1b9c2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -200,6 +200,7 @@ jobs: fi - name: Run molecule tests if: env.SKIP != 'true' && steps.prune.outputs.should-run != 'false' + shell: bash env: CI_GITEA_API_TOKEN: ${{ secrets.CI_GITEA_API_TOKEN }} CI_GITEA_USERNAME: ${{ vars.CI_GITEA_USERNAME }}