eficode-academy/github-actions-katas

`shell: bash` and exec-flag

atombrella opened this issue · 0 comments

GitHub workflows are a bit weird. When adding shell: bash under, e.g., https://github.com/eficode-academy/github-actions-katas/blob/main/.github/workflows/docker-image.yaml#L41 the chmod +x is not needed.

      - name: Clone-down
        uses: actions/checkout@v2
      - run: ci/build-app.sh
        shell: bash