We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ea0e4 commit b87db36Copy full SHA for b87db36
.github/workflows/main_py_to_bitly.yml
@@ -1,4 +1,4 @@
1
- name: CI
+ name: Creating bitly link for main.py
2
on:
3
push:
4
branches: [ master ]
@@ -13,7 +13,7 @@
13
- name: get path of main.py
14
shell: bash
15
run: |
16
- echo "path_of_main_py=$(git diff --name-only HEAD~1 HEAD | grep '/main\.py')" >> $GITHUB_ENV
+ echo "path_of_main_py=$(git -c core.quotepath=false diff --name-only HEAD~1 HEAD | grep '/main\.py')" >> $GITHUB_ENV
17
- name: Check main.py exists
18
19
0 commit comments