Update README.md

This commit is contained in:
James Ives 2019-11-25 10:58:06 -05:00 committed by GitHub
parent 98917ba5c6
commit cdaee34060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ on:
This action is primarily developed using [Ubuntu](https://ubuntu.com/). [In your workflow job configuration](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idruns-on) it's reccomended to set the `runs-on` property to `ubuntu-latest`.
```
```yml
jobs:
build-and-deploy:
runs-on: ubuntu-latest