Skip to content

Commit

Permalink
Merge pull request #10 from kemsakurai/kemsakurai-patch-1
Browse files Browse the repository at this point in the history
Update send-release-info.yml
  • Loading branch information
kemsakurai authored Nov 13, 2023
2 parents ef6490a + 04dc171 commit 123113f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/send-release-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo ${{ toJson(github.event.release) }} | curl "https://httpbin.org/post" -X POST -H "accept: application/json" -H 'Content-Type: application/json' -d @-
echo "${{ toJson(github.event.release) }}" | curl https://httpbin.org/post -X POST -H "accept: application/json" -H 'Content-Type: application/json' -d @-

0 comments on commit 123113f

Please sign in to comment.