Skip to content

GitHub Actions as used by OpenTTD projects

License

Notifications You must be signed in to change notification settings

OpenTTD/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions

This repository contains several GitHub Actions and Workflows that help with the GitHub Actions for other repositories of OpenTTD.

Actions

Reusing Workflows

Example of how to use a reusing workflows:

job:
  uses: OpenTTD/actions/.github/workflows/rw-<workflow>.yml@v4
  with:
    # See each workflow for their parameters.