mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Merge pull request #1 from adamschwartz/patch-1
Recommend adding `name` to action
This commit is contained in:
commit
8da7fa65b4
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue