mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
[MIRROR] Adds a GitHub action to automatically update the DMAPI (#823)
* Merge pull request #53674 from tgstation/Cyberboss-patch-2 Adds a GitHub action to automatically update the DMAPI * Adds a GitHub action to automatically update the DMAPI Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name: Update TGS DMAPI
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
update-dmapi:
|
||||
runs-on: ubuntu-latest
|
||||
name: Update the TGS DMAPI
|
||||
steps:
|
||||
- uses: tgstation/tgs-dmapi-updater@v1
|
||||
with:
|
||||
header-path: 'code/__DEFINES/tgs.dm'
|
||||
library-path: 'code/modules/tgs'
|
||||
Reference in New Issue
Block a user