Skip to content

Commit 106d307

Browse files
authored
Update main_py_to_bitly.yml
1 parent 93ca873 commit 106d307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_py_to_bitly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
- name: Print path_of_main_py
2525
run: echo "${{ env.path_of_main_py }}"
2626
- name: Create bit.ly short url
27+
shell: bash
2728
env:
2829
bitly_pat: ${{ secrets.BITLY_PAT }}
29-
shell: bash
3030
run: |
3131
curl \
3232
-H "Authorization: $bitly_pat" \

0 commit comments

Comments
 (0)