Merge pull request #23 from mscoutermarsh/patch-1

Improvements to the readme
This commit is contained in:
Kristian Freeman 2020-04-06 10:59:14 -05:00 committed by GitHub
commit 1c9291f9bf
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: