Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/remarkablemark/github-actions-reusable-workflows-caller

GitHub Actions reusable workflows caller
https://github.com/remarkablemark/github-actions-reusable-workflows-caller

ci github-actions reusable-workflows

Last synced: about 1 month ago
JSON representation

GitHub Actions reusable workflows caller

Awesome Lists containing this project

README

        

# GitHub Actions reusable workflows caller

GitHub Actions reusable workflows caller. Calls [`github-actions-reusable-workflows-called`](https://github.com/remarkablemark/github-actions-reusable-workflows-called).

- [`checkout.yml`](.github/workflows/checkout.yml)
- [`hello-world.yml`](.github/workflows/hello-world.yml)
- [`inputs.yml`](.github/workflows/inputs.yml)
- [`matrix.yml`](.github/workflows/matrix.yml)
- [`needs.yml`](.github/workflows/needs.yml)
- [`secrets.yml`](.github/workflows/secrets.yml)

## Readings

- [Reusing workflows](https://docs.github.com/en/actions/sharing-automations/reusing-workflows)
- [Create reusable workflows in GitHub Actions](https://resources.github.com/learn/pathways/automation/intermediate/create-reusable-workflows-in-github-actions/)