recommend adding name to action

This commit is contained in:
Adam Schwartz 2019-10-24 18:31:04 -04:00 committed by GitHub
parent e9594b6880
commit d5240e236f
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: Add `wrangler-action` to the workflow for your Workers application. The below example will publish your application on pushes to the `master` branch:
```yaml ```yaml
name: Deploy
on: on:
push: push:
branches: branches: