Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5c9e354

Browse filesBrowse 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
Copy full SHA for 5c9e354

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.