Skip to content

Commit 81a17cb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_py_to_bitly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
echo "path_of_main_py=${{ env.path_of_main_py }}\"\"" >> $GITHUB_ENV
1818
- name: Check main.py exists
1919
run: |
20-
if [[${{ env.zero_length_string }} == ${{ env.path_of_main_py }}]]; then
20+
if [${{ env.zero_length_string }} == ${{ env.path_of_main_py }}]; then
2121
echo "No main.py"
2222
exit 1
2323
fi

0 commit comments

Comments
 (0)