Skip to content

Commit 5195852

Browse files
authored
Update main_py_to_bitly.yml
1 parent 6768a0e commit 5195852

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main_py_to_bitly.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@
2323
run: echo "path_of_main_py=https://github.com/skysign/WSAPT/blob/master/${{ env.path_of_main_py }}" >> $GITHUB_ENV
2424
- name: Print path_of_main_py
2525
run: echo "${{ env.path_of_main_py }}"
26-
- shell: bash
27-
env:
28-
BITLY_ACCESS_TOKEN: ${{ secrets.BITLY_ACCESS_TOKEN }}
2926
- name: Create bit.ly short url
27+
env:
28+
BITLY_ACCESS_TOKEN: ${{ secrets.BITLY_ACCESS_TOKEN }}
3029
run: |
3130
curl \
3231
-H 'Authorization: Bearer $BITLY_ACCESS_TOKEN' \

0 commit comments

Comments
 (0)