Skip to content

Commit

Permalink
fix: 删除 json 末尾的逗号
Browse files Browse the repository at this point in the history
  • Loading branch information
Miracle575 committed Jun 26, 2024
1 parent 50c6f68 commit 5199f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/send-release-test-notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
-H "Content-Type: application/json" \
-H "Authorization: Bearer ${{ secrets.RELEASE_API_KEY }}" \
-d '{
"time": "${{ github.event.inputs.time }}",
"time": "${{ github.event.inputs.time }}"
}'

0 comments on commit 5199f33

Please sign in to comment.