Skip to content

thakyZ/tgs-dmapi-updater

 
 

Repository files navigation

TGS DMAPI Updater Action

This action creates pull requests to the source repository to update the TGS DMAPI to the latest version.

Usage

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

Inputs

header-path

Required The path to the tgs.dm file.

library-path

Required The path to the tgs library directory.

target-branch

The branch to update. Defaults to master.

github-token

The GitHub token to use to push the changes and create the pull request. Defaults to the GITHUB_TOKEN secret.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 92.7%
  • Dockerfile 7.3%