mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
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:
parent
2f21207c8d
commit
5c9e354ff0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue