.github/workflows/mingw.yml: add `shell: bash` for PR checkout

as well as e62aead269
This commit is contained in:
Yusuke Endoh 2020-04-22 02:41:54 +09:00
Родитель 92afac8f33
Коммит ad63ae6619
1 изменённых файлов: 1 добавлений и 0 удалений

1
.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