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
- Host: GitHub
- URL: https://github.com/remarkablemark/github-actions-reusable-workflows-called
- Owner: remarkablemark
- License: mit
- Created: 2024-11-06T18:49:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-08T06:36:17.000Z (about 1 year ago)
- Last Synced: 2025-03-07T03:13:23.486Z (10 months ago)
- Topics: ci, github-actions, reusable-workflows
- Homepage:
- Size: 19.5 KB
- 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 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/)