This repository contains several GitHub Actions and Workflows that help with the GitHub Actions for other repositories of OpenTTD.
- annotation-check: Check if any previous job in a workflow has any annotation.
- checkout: Checkout tags and submodules; complements
actions/checkout. - checkout-dispatch: Checkout from
remote_dispatchwithpublish_latest_tag. - checkout-pull-request: Checkout all commits of a Pull Request.
- docker-build: Helper to build Docker images.
- docker-publish: Helper to publish Docker images.
- docker-vars: Deduce variables needed for other actions in this repository.
- aws-deployment: Deploys a new version of a CloudFormation Stack to AWS.