Use @v3 in 'View context attributes' example

This makes the version of github-script used in the 'View context attributes' example consistent with the version used by all of the other examples in the README.
This commit is contained in:
Oliver Byford
2020-12-21 15:16:05 +00:00
committed by GitHub
parent 2f21207c8d
commit 5c9e354ff0

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)
```