incorporate feedback

This commit is contained in:
Casey Lee 2020-03-05 22:15:53 -08:00 committed by GitHub
parent 2bebd40bb0
commit 9909d36bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)