Skip to content

Commit

Permalink
Update main_py_to_bitly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skysign authored Aug 1, 2024
1 parent a6b2207 commit 1520c25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main_py_to_bitly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
- name: get path of main.py
shell: bash
run: |
echo "path_of_main_py=$(git -c core.quotepath=false diff --name-only HEAD~1 HEAD | grep '/main\.py')" >> $GITHUB_ENV
git -c core.quotepath=false diff --name-only HEAD~1 HEAD
# echo "path_of_main_py=$(git -c core.quotepath=false diff --name-only HEAD~1 HEAD | grep '/main\.py')" >> $GITHUB_ENV
- name: Check main.py exists
shell: bash
run: |
Expand Down

0 comments on commit 1520c25

Please sign in to comment.