Skip to content

Commit 702ad90

Browse files
authored
Update main_py_to_bitly.yml
1 parent d23e5ad commit 702ad90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main_py_to_bitly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
if [[${{ env.zero_length_string }} == ${{ env.path_of_main_py }}]]; then
2121
echo "No main.py"
2222
exit 1
23+
fi
2324
- name: Decorate path_of_main_py
2425
run: echo "path_of_main_py=https://github.com/skysign/WSAPT/${{ env.path_of_main_py }}" >> $GITHUB_ENV
2526
- name: Print path_of_main_py

0 commit comments

Comments
 (0)