mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
* 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>
15 lines
286 B
YAML
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'
|