Files
Bubberstation/.github/workflows/update_tgs_dmapi.yml
T
e69f9de251 [MIRROR] Disable TGS DMAPI Update Workflow while I'm away (#904)
* Merge pull request #53877 from tgstation/Cyberboss-patch-1-1

Disable TGS DMAPI Update Workflow while I'm away

* Disable TGS DMAPI Update Workflow while I'm away

Co-authored-by: oranges <email@oranges.net.nz>
2020-09-21 15:36:53 +01:00

15 lines
286 B
YAML

name: Update TGS DMAPI
on:
workflow_dispatch:
jobs:
update-dmapi:
runs-on: ubuntu-latest
name: Update the TGS DMAPI
steps:
- uses: tgstation/tgs-dmapi-updater@v1.0.5
with:
header-path: 'code/__DEFINES/tgs.dm'
library-path: 'code/modules/tgs'