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

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

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)