From 2c7889a8089caec190272b5ebcfdead0096adfc2 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 16 Sep 2020 12:41:22 +0200 Subject: [PATCH] [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> --- .github/workflows/update_tgs_dmapi.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/update_tgs_dmapi.yml diff --git a/.github/workflows/update_tgs_dmapi.yml b/.github/workflows/update_tgs_dmapi.yml new file mode 100644 index 00000000000..f5a94e2a372 --- /dev/null +++ b/.github/workflows/update_tgs_dmapi.yml @@ -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'