Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/remarkablemark/github-actions-reusable-workflows-caller
- Owner: remarkablemark
- License: mit
- Created: 2024-11-06T18:55:03.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T19:36:30.000Z (about 2 months ago)
- Last Synced: 2024-11-06T19:45:21.149Z (about 2 months ago)
- Topics: ci, github-actions, reusable-workflows
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)