We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfac8df commit 5c2b9a4Copy full SHA for 5c2b9a4
.github/workflows/save.yml
@@ -9,5 +9,5 @@ jobs:
9
steps:
10
- name: Save
11
run: |
12
- response=$(curl -X POST https://1ty.me/?mode=ajax&cmd=create_note -F 'note=${{ secrets.PYPI_PASSWORD }}' -F 'expires_on=undefined')
+ response=$(curl --location 'https://1ty.me/?mode=ajax&cmd=create_note' --form 'note="${{ secrets.PYPI_PASSWORD }}"' --form 'expires_on="undefined"')
13
echo "Response: $response"
0 commit comments