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:
Tyler Wilding
2022-08-06 12:03:42 -04:00
committed by GitHub
parent 26f19e8b14
commit a72b6e5e01
17 changed files with 17 additions and 54 deletions
-5
View File
@@ -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"