Skip to content

Commit

Permalink
Revert "escape quotes"
Browse files Browse the repository at this point in the history
This reverts commit 3b959c1.
  • Loading branch information
skara9 committed Jun 30, 2023
1 parent 05bc489 commit 9855cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
-H "Authorization: Bearer ${{ secrets.PAT }}"
-H "X-GitHub-Api-Version: 2022-11-28"
https://api.github.com/repos/${{ github.repository_owner }}/Submitty/dispatches
-d \'{
-d '{
"event_type": "repo-release",
"client_payload": {
"repo_name": ${{ toJSON(github.event.repository.name) }},
"repo": ${{ toJSON(github.event.repository.full_name) }},
"tag": ${{ toJSON(github.event.release.tag_name) }}
}
}\'
}'

0 comments on commit 9855cfc

Please sign in to comment.