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 5d03ada

Browse filesBrowse files
committed
0.9.0
1 parent 293ee0c commit 5d03ada
Copy full SHA for 5d03ada

File tree

3 files changed

+7
-7
lines changed
Filter options

3 files changed

+7
-7
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
comment:
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/github-script@0.8.0
46+
- uses: actions/github-script@0.9.0
4747
with:
4848
github-token: ${{secrets.GITHUB_TOKEN}}
4949
script: |
@@ -65,7 +65,7 @@ jobs:
6565
apply-label:
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/github-script@0.8.0
68+
- uses: actions/github-script@0.9.0
6969
with:
7070
github-token: ${{secrets.GITHUB_TOKEN}}
7171
script: |
@@ -86,7 +86,7 @@ jobs:
8686
welcome:
8787
runs-on: ubuntu-latest
8888
steps:
89-
- uses: actions/github-script@0.8.0
89+
- uses: actions/github-script@0.9.0
9090
with:
9191
github-token: ${{secrets.GITHUB_TOKEN}}
9292
script: |
@@ -130,7 +130,7 @@ jobs:
130130
diff:
131131
runs-on: ubuntu-latest
132132
steps:
133-
- uses: actions/github-script@0.8.0
133+
- uses: actions/github-script@0.9.0
134134
with:
135135
github-token: ${{secrets.GITHUB_TOKEN}}
136136
script: |
@@ -149,7 +149,7 @@ output of a github-script step. For some workflows, string encoding is preferred
149149
`result-encoding` input:
150150

151151
```yaml
152-
- uses: actions/github-script@0.8.0
152+
- uses: actions/github-script@0.9.0
153153
with:
154154
github-token: ${{secrets.GITHUB_TOKEN}}
155155
result-encoding: string

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+1-1Lines changed: 1 addition & 1 deletion
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-1Lines changed: 1 addition & 1 deletion
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": "0.8.0",
4+
"version": "0.9.0",
55
"author": "GitHub",
66
"dependencies": {
77
"@actions/core": "^1.2.3",

0 commit comments

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