Skip to content

Commit

Permalink
Update hoopR_mbb_data_trigger.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Saiem Gilani <[email protected]>
  • Loading branch information
saiemgilani authored Mar 6, 2024
1 parent 34ed62e commit b19dcea
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/hoopR_mbb_data_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
token: ${{ secrets.SDV_GH_TOKEN }}
repository: sportsdataverse/hoopR-mbb-data
event-type: daily_mbb_data
client-payload: '{"ref": "refs/heads/main",
"event_name": "daily_mbb_data",
"commit_message": "${{ github.event.head_commit.message }}"
}'
client-payload: |-
{
"ref": "refs/heads/main",
"event_name": "daily_mbb_data",
"commit_message": "${{ github.event.head_commit.message }}"
}

0 comments on commit b19dcea

Please sign in to comment.