Merge pull request #109 from 36degrees/patch-1

Use @v3 in 'View context attributes' example
This commit is contained in:
Josh Gross
2021-01-04 13:20:42 -05:00
committed by GitHub

View File

@@ -75,7 +75,7 @@ By default, github-script will use the token provided to your workflow.
```yaml
- name: View context attributes
uses: actions/github-script@0.9.0
uses: actions/github-script@v3
with:
script: console.log(context)
```