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 5, 2024
1 parent 7193eb7 commit 8f218c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main_py_to_bitly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
run: |
git -c core.quotepath=false diff --name-only HEAD~1 HEAD | grep '/main\.py'
echo "path_of_main_py=$(git -c core.quotepath=false diff --name-only HEAD~1 HEAD | grep '/main\.py')" >> $GITHUB_ENV
echo $path_of_main_py
- name: Check main.py exists
shell: bash
run: |
Expand Down

0 comments on commit 8f218c6

Please sign in to comment.