Merge pull request #1 from adamschwartz/patch-1

Recommend adding `name` to action
This commit is contained in:
Kristian Freeman 2019-10-25 11:39:57 -05:00 committed by GitHub
commit 8da7fa65b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,8 @@
Add `wrangler-action` to the workflow for your Workers application. The below example will publish your application on pushes to the `master` branch:
```yaml
name: Deploy
on:
push:
branches: