Skip to content

Commit 117dce7

Browse files
gitbash alias is required
1 parent dd8832c commit 117dce7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create-article-from-issue.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
run: |
3131
sudo apt-get install -y pandoc
3232
33+
- name: Create gitbash alias
34+
run: sudo ln -s /bin/bash /bin/gitbash
35+
3336
- name: pipenv install
3437
run: |
3538
pip install pipenv

0 commit comments

Comments
 (0)