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
commit 315fb4f388
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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