Skip to content

Commit

Permalink
Update call_webhook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Skitionek authored Apr 4, 2024
1 parent d12cc61 commit 5ba6ec6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/call_webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
load=$(
cat<<EOF | jq
{
event_type: "Source code update",
client_payload: {
caller: ${{ github.workflow }},
repository: ${{ github.repository }},
run_id: ${{ github.run_id }}
"event_type": "Source code update",
"client_payload": {
"caller": "${{ github.workflow }}",
"repository": "${{ github.repository }}",
"run_id": "${{ github.run_id }}"
}
}
EOF
Expand Down

0 comments on commit 5ba6ec6

Please sign in to comment.