Merge pull request #46 from nschonni/patch-1

fix: Example YAML schema to match Actions Docs
This commit is contained in:
Jonathan Clem
2020-05-14 16:22:01 -04:00
committed by GitHub

View File

@@ -37,7 +37,8 @@ By default, github-script will use the token provided to your workflow.
```yaml ```yaml
on: on:
issues: {types: opened} issues:
types: [opened]
jobs: jobs:
comment: comment:
@@ -59,7 +60,8 @@ jobs:
```yaml ```yaml
on: on:
issues: {types: opened} issues:
types: [opened]
jobs: jobs:
apply-label: apply-label: