jak-project/.github/workflows/inform-pages-repo.yaml
Tyler Wilding a72b6e5e01
goal_src: Get rid of *OLD* files in jak1's goal_src (#1736)
* gsrc: delete empty OLD files

* ci: put the right author on the controller updating commits
2022-08-06 12:03:42 -04:00

23 lines
481 B
YAML

name: Inform Pages Repo
on:
push:
branches:
- master
paths:
- 'goal_src/**'
jobs:
inform:
name: Inform Pages Repo
if: github.repository == 'open-goal/jak-project'
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Send Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.BOT_PAT }}
repository: 'open-goal/open-goal.github.io'
event-type: updateProgress