Skip to content

Commit

Permalink
removed command ping
Browse files Browse the repository at this point in the history
  • Loading branch information
v-amolpatil committed Sep 8, 2023
1 parent 16eead2 commit d310f6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .azure-pipelines/callGithubWorkflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
$token = $githubToken | ConvertTo-SecureString -AsPlainText -Force
$pullRequestNumberInt = [int]$pullRequestNumber
$client_payload = @{
"command" = "ping"
"pullRequestBranchName" = "$branchName"
"pullRequestNumber" = $pullRequestNumberInt
}
Expand All @@ -86,7 +85,7 @@ jobs:
$Parameters = @{
Method = "POST"
Uri = "https://api.github.com/repos/Azure/Azure-Sentinel/dispatches"
Headers = $Header
Headers = $header
ContentType = "application/json"
Body = $jsonBody
Authentication = "Bearer"
Expand Down

0 comments on commit d310f6a

Please sign in to comment.