Skip to content

Navigation Menu

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 626af12

Browse filesBrowse files
committed
v3.0.0
1 parent 79d44e3 commit 626af12
Copy full SHA for 626af12

File tree

3 files changed

+14
-14
lines changed
Filter options

3 files changed

+14
-14
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+12-12
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The return value of the script will be in the step's outputs under the
3333
"result" key.
3434

3535
```yaml
36-
- uses: actions/github-script@v2
36+
- uses: actions/github-script@v3
3737
id: set-result
3838
with:
3939
script: return "Hello!"
@@ -52,7 +52,7 @@ output of a github-script step. For some workflows, string encoding is preferred
5252
`result-encoding` input:
5353

5454
```yaml
55-
- uses: actions/github-script@v2
55+
- uses: actions/github-script@v3
5656
id: my-script
5757
with:
5858
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -78,7 +78,7 @@ jobs:
7878
comment:
7979
runs-on: ubuntu-latest
8080
steps:
81-
- uses: actions/github-script@v2
81+
- uses: actions/github-script@v3
8282
with:
8383
github-token: ${{secrets.GITHUB_TOKEN}}
8484
script: |
@@ -101,7 +101,7 @@ jobs:
101101
apply-label:
102102
runs-on: ubuntu-latest
103103
steps:
104-
- uses: actions/github-script@v2
104+
- uses: actions/github-script@v3
105105
with:
106106
github-token: ${{secrets.GITHUB_TOKEN}}
107107
script: |
@@ -122,7 +122,7 @@ jobs:
122122
welcome:
123123
runs-on: ubuntu-latest
124124
steps:
125-
- uses: actions/github-script@v2
125+
- uses: actions/github-script@v3
126126
with:
127127
github-token: ${{secrets.GITHUB_TOKEN}}
128128
script: |
@@ -166,7 +166,7 @@ jobs:
166166
diff:
167167
runs-on: ubuntu-latest
168168
steps:
169-
- uses: actions/github-script@v2
169+
- uses: actions/github-script@v3
170170
with:
171171
github-token: ${{secrets.GITHUB_TOKEN}}
172172
script: |
@@ -257,7 +257,7 @@ The return value of the script will be in the step's outputs under the
257257
"result" key.
258258

259259
```yaml
260-
- uses: actions/github-script@v2
260+
- uses: actions/github-script@v3
261261
id: set-result
262262
with:
263263
script: return "Hello!"
@@ -276,7 +276,7 @@ output of a github-script step. For some workflows, string encoding is preferred
276276
`result-encoding` input:
277277

278278
```yaml
279-
- uses: actions/github-script@v2
279+
- uses: actions/github-script@v3
280280
id: my-script
281281
with:
282282
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -302,7 +302,7 @@ jobs:
302302
comment:
303303
runs-on: ubuntu-latest
304304
steps:
305-
- uses: actions/github-script@v2
305+
- uses: actions/github-script@v3
306306
with:
307307
github-token: ${{secrets.GITHUB_TOKEN}}
308308
script: |
@@ -325,7 +325,7 @@ jobs:
325325
apply-label:
326326
runs-on: ubuntu-latest
327327
steps:
328-
- uses: actions/github-script@v2
328+
- uses: actions/github-script@v3
329329
with:
330330
github-token: ${{secrets.GITHUB_TOKEN}}
331331
script: |
@@ -346,7 +346,7 @@ jobs:
346346
welcome:
347347
runs-on: ubuntu-latest
348348
steps:
349-
- uses: actions/github-script@v2
349+
- uses: actions/github-script@v3
350350
with:
351351
github-token: ${{secrets.GITHUB_TOKEN}}
352352
script: |
@@ -390,7 +390,7 @@ jobs:
390390
diff:
391391
runs-on: ubuntu-latest
392392
steps:
393-
- uses: actions/github-script@v2
393+
- uses: actions/github-script@v3
394394
with:
395395
github-token: ${{secrets.GITHUB_TOKEN}}
396396
script: |

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github-script",
33
"description": "A GitHub action for executing a simple script",
4-
"version": "2.0.1",
4+
"version": "3.0.0",
55
"author": "GitHub",
66
"license": "MIT",
77
"main": "dist/index.js",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.