Skip to content

Automated pbp scrape (2 new games) at 2023-12-17 16:36:19.021564 #390

Automated pbp scrape (2 new games) at 2023-12-17 16:36:19.021564

Automated pbp scrape (2 new games) at 2023-12-17 16:36:19.021564 #390

Workflow file for this run

on: [push, workflow_dispatch]
name: Trigger pbp patch workflow
jobs:
trigger:
name: trigger_pbp_patch
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.NFLVERSE_GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.NFLVERSE_GH_TOKEN }}
steps:
- name: Trigger pbp patch
run: |
gh api repos/nflverse/nflverse-pbp/actions/workflows/35258014/dispatches -f ref='master'