readme update

This commit is contained in:
Casey Lee 2019-01-23 06:10:01 -08:00
parent cbab149ff7
commit 365f7aefdd
No known key found for this signature in database
GPG Key ID: 4CC378651BF9C168
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
> "Think globally, <code>act</code> locally"
Run your [GitHub Actions](https://developer.github.com/actions/) locally! Why would you want to do this? Two reasons:
* **Fast Feedback** - Rather than having to commit/push every time you want test out the changes you are making to your `main.workflow` file (or for any changes to embedded GitHub actions), you can use `act` to run the actions locally. The [environment variables](https://developer.github.com/actions/creating-github-actions/accessing-the-runtime-environment/#environment-variables) and [filesystem](https://developer.github.com/actions/creating-github-actions/accessing-the-runtime-environment/#filesystem) are all configured to match what GitHub provides.