mirror of
https://github.com/open-goal/jak-project
synced 2026-09-08 03:46:51 -04:00
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
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
name: Inform Pages Repo
|
||||
|
||||
# This action triggers an action on our other repo, which will:
|
||||
# - clone this repo
|
||||
# - use the latest files to update our progress
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@@ -16,7 +12,6 @@ jobs:
|
||||
name: Inform Pages Repo
|
||||
if: github.repository == 'open-goal/jak-project'
|
||||
runs-on: ubuntu-latest
|
||||
# Set some sort of timeout in the event of run-away builds. We are limited on concurrent jobs so, get rid of them.
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- name: Send Dispatch
|
||||
|
||||
@@ -20,4 +20,7 @@ jobs:
|
||||
- name: commit version bump
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
default_author: github_actor
|
||||
author_name: 'OpenGOALBot'
|
||||
author_email: 'OpenGOALBot@users.noreply.github.com'
|
||||
message: "Updating Controller Database"
|
||||
|
||||
Reference in New Issue
Block a user