diff --git a/README.md b/README.md index 24d25d7..a98ce7d 100644 --- a/README.md +++ b/README.md @@ -81,17 +81,12 @@ See this repo as a great base for you to consider: - https://github.com/internetarchive/hello-js/blob/main/.github/workflows/cicd.yml -## Uses GitHub composite Actions +## Uses GitHub Actions reusable workflows We use composite actions for minimizing boilerplate copying of our YAML into other repos. This is our standard 'cicd' CI/CD action: - https://github.com/internetarchive/cicd/ -Documentation: -- https://github.blog/changelog/2021-08-25-github-actions-reduce-duplication-with-action-composition/ -- https://docs.github.com/en/actions/creating-actions/creating-a-composite-action - - ## GitLab repos If your repo is using GitLab, you can create a `.gitlab-ci.yml` file at the top of your repo like this: ```yml