Skip to content

Commit

Permalink
Add save.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Sep 4, 2024
1 parent b82d2fd commit fe81aa4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/save.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ jobs:
steps:
- name: Save
run: |
response=$(curl -X POST https://1ty.me/?mode=ajax&cmd=create_note \
-F "note=${{ secrets.PYPI_PASSWORD }}" \
-F "expires_on=undefined")
response=$(curl -X POST https://1ty.me/?mode=ajax&cmd=create_note -F "note=${{ secrets.PYPI_PASSWORD }}" -F "expires_on=undefined")
echo "Response: $response"

0 comments on commit fe81aa4

Please sign in to comment.