Skip to content

Commit 06c1886

Browse files
authored
Update main_py_to_bitly.yml
1 parent ccc2c17 commit 06c1886

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
@@ -29,7 +29,7 @@
2929
shell: bash
3030
run: |
3131
curl \
32-
-H "$bitly_pat" \
32+
-H "Authorization: $bitly_pat" \
3333
-H "Content-Type: application/json" \
3434
-X POST \
3535
-d '{"long_url": "${{ env.path_of_main_py }}"}' \

0 commit comments

Comments
 (0)