diff --git a/README.md b/README.md index d4f6cac..4a42416 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Get a list of file changes with PR/Push](https://github.com/trilom/file-changes-action) - [Use private actions in any workflow](https://github.com/InVisionApp/private-action-loader) - [Label Your Issues Using the Issue's Contents](https://github.com/damccorm/tag-ur-it) +- [Test GitHub Actions Locally](https://github.com/nektos/act) + ### Collection of Actions @@ -409,10 +411,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Actions Branding Cheat Sheet](https://haya14busa.github.io/github-action-brandings/) -### Tools - -- [Run GitHub Actions Locally](https://github.com/nektos/act) - ## Tutorials - [Continuous deployment of Next.js app with Up](https://medium.com/@romanenko/simple-ci-for-next-js-projects-with-apex-up-github-actions-6f0b1b9a5400)