From ad63ae6619d26488725e05d74f2bfc3ab185b0c3 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Wed, 22 Apr 2020 02:41:54 +0900 Subject: .github/workflows/mingw.yml: add `shell: bash` for PR checkout as well as e62aead26909e83f2c8b940186047f0a88b9f2d6 --- .github/workflows/mingw.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 8ee58fa491..a3cbf8a458 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -39,6 +39,7 @@ jobs: git clone --single-branch --depth=50 --branch=${{ github.event.pull_request.head.ref }} https://github.com/${{ github.event.pull_request.head.repo.full_name }} src git -C src reset --hard ${{ github.event.pull_request.head.sha }} if: github.event_name == 'pull_request' + shell: bash - run: ./src/tool/actions-commit-info.sh shell: bash id: commit_info -- cgit v1.2.3