https://github.com/bennycode/actions
Reusable workflows for GitHub Actions
https://github.com/bennycode/actions
Last synced: 3 months ago
JSON representation
Reusable workflows for GitHub Actions
- Host: GitHub
- URL: https://github.com/bennycode/actions
- Owner: bennycode
- Created: 2023-07-24T13:37:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T01:03:14.000Z (about 1 year ago)
- Last Synced: 2025-01-27T23:46:21.803Z (11 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# actions
Reusable workflows for GitHub Actions
## FAQ
> What's the reasoning behind naming this repository "actions"?
It's not mandatory, but I decided to stick to the naming pattern used in [GitHub documentation](https://github.blog/2021-11-29-github-actions-reusable-workflows-is-generally-available/#after) (`my-org/actions/.github/workflows`).
## Read more
- [GitHub Actions: reusable workflows is generally available](https://github.blog/2021-11-29-github-actions-reusable-workflows-is-generally-available/)
- [How to start using reusable workflows with GitHub Actions](https://github.blog/2022-02-10-using-reusable-workflows-github-actions/)
- [YouTube: GitHub Actions Reusable Workflows Tutorial](https://www.youtube.com/watch?v=lRypYtmbKMs)
- [Getting started with GitHub Actions and workflows](https://dev.to/typescripttv/getting-started-with-github-actions-and-workflows-2ki2)