Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c9e354

Browse files
authored
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.
1 parent 2f21207 commit 5c9e354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ By default, github-script will use the token provided to your workflow.
7575

7676
```yaml
7777
- name: View context attributes
78-
uses: actions/github-script@0.9.0
78+
uses: actions/github-script@v3
7979
with:
8080
script: console.log(context)
8181
```

0 commit comments

Comments
 (0)