mirror of
https://github.com/actions/github-script.git
synced 2025-12-09 00:26:20 +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:
@@ -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)
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user