diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c389398..57aa350 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,6 +2,10 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] +defaults: + run: + shell: bash + jobs: Explore-Gitea-Actions: runs-on: main