Skip to content

Commit b87db36

Browse files
authored
Update main_py_to_bitly.yml
1 parent 01ea0e4 commit b87db36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_py_to_bitly.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Creating bitly link for main.py
22
on:
33
push:
44
branches: [ master ]
@@ -13,7 +13,7 @@
1313
- name: get path of main.py
1414
shell: bash
1515
run: |
16-
echo "path_of_main_py=$(git diff --name-only HEAD~1 HEAD | grep '/main\.py')" >> $GITHUB_ENV
16+
echo "path_of_main_py=$(git -c core.quotepath=false diff --name-only HEAD~1 HEAD | grep '/main\.py')" >> $GITHUB_ENV
1717
- name: Check main.py exists
1818
shell: bash
1919
run: |

0 commit comments

Comments
 (0)