Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 2.63 KB

File metadata and controls

38 lines (31 loc) · 2.63 KB

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.