[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:
SkyratBot
2020-09-16 12:41:22 +02:00
committed by GitHub
co-authored by Jared-Fogle
parent f887bc8aac
commit 2c7889a808
+15
View File
@@ -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'