Skip to content

Commit

Permalink
Update
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 f672649 commit 0a7b021
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/wehoop_wbb_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/wehoop-wbb-data
event-type: daily_wbb_data
client-payload: '{"ref": "refs/heads/main",
"event_name": "daily_wbb_data",
"commit_message": "${{ github.event.head_commit.message }}"
}'
client-payload: |-
{
"ref": "refs/heads/main",
"event_name": "daily_wbb_data",
"commit_message": "${{ github.event.head_commit.message }}"
}

0 comments on commit 0a7b021

Please sign in to comment.