Improvements to the readme

Setting checkout to V2 and fixing the environment link
This commit is contained in:
Mike Coutermarsh 2020-04-04 20:57:36 -07:00 committed by GitHub
parent 312aaaeeaa
commit 8dd9410702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Publish
uses: cloudflare/wrangler-action@1.1.0
with:
@ -57,7 +57,7 @@ jobs:
## Configuration
If you're using Wrangler's [environments](https://github.com/cloudflare/wrangler/blob/master/docs/content/environments.md) feature, you can customize _where_ the action deploys to by passing an `environment` in the `with` block of your workflow:
If you're using Wrangler's [environments](https://developers.cloudflare.com/workers/tooling/wrangler/configuration/environments/) feature, you can customize _where_ the action deploys to by passing an `environment` in the `with` block of your workflow:
```yaml
jobs: