Skip to content

Commit

Permalink
Update check-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 authored Oct 10, 2024
1 parent ec79830 commit d860e5b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ jobs:
event_type="trigger-workflow"
OPENRPC_PR_BRANCH="${{ github.event.pull_request.head.ref }}"

curl -H "Authorization:token $Token" -X POST https://api.github.com/repos/rdkcentral/firebolt-apis/actions/.github/workflows/run-standalone-mfos-tests.yml/dispatches -d "{\"event_type\":\"$event_type\", \"client_payload\":{\"OPENRPC_PR_BRANCH\":\"$OPENRPC_PR_BRANCH\"}}"
curl -H "Authorization:Bearer $Token" \
-H "Accept:application/vnd.github+json" \
-H "X-GitHub-Api-Version:2022-11-28" \
-X POST https://api.github.com/repos/rdkcentral/firebolt-apis/actions/workflows/run-standalone-mfos-tests.yml \
-d "{\"event_type\":\"$event_type\", \"client_payload\":{\"OPENRPC_PR_BRANCH\":\"$OPENRPC_PR_BRANCH\"}}"

0 comments on commit d860e5b

Please sign in to comment.