We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702ad90 commit 81a17cbCopy full SHA for 81a17cb
.github/workflows/main_py_to_bitly.yml
@@ -17,7 +17,7 @@
17
echo "path_of_main_py=${{ env.path_of_main_py }}\"\"" >> $GITHUB_ENV
18
- name: Check main.py exists
19
run: |
20
- if [[${{ env.zero_length_string }} == ${{ env.path_of_main_py }}]]; then
+ if [${{ env.zero_length_string }} == ${{ env.path_of_main_py }}]; then
21
echo "No main.py"
22
exit 1
23
fi
0 commit comments