Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 2.56 KB

README.md

File metadata and controls

37 lines (30 loc) · 2.56 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.