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

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

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

ci github-actions reusable-workflows

Last synced: 10 months ago
JSON representation

GitHub Actions reusable workflows called

Awesome Lists containing this project

README

          

# GitHub Actions reusable workflows called

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

- [`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/)