mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Bump to 0.4.0
This commit is contained in:
parent
29c97cb536
commit
83e4cfe60a
2 changed files with 6 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
comment:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/github-script@0.3.0
|
||||
- uses: actions/github-script@0.4.0
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
script: |
|
||||
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
apply-label:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/github-script@0.3.0
|
||||
- uses: actions/github-script@0.4.0
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
script: |
|
||||
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
welcome:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/github-script@0.3.0
|
||||
- uses: actions/github-script@0.4.0
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
script: |
|
||||
|
|
@ -121,7 +121,7 @@ jobs:
|
|||
diff:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/github-script@0.3.0
|
||||
- uses: actions/github-script@0.4.0
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
script: |
|
||||
|
|
@ -141,7 +141,7 @@ output of a github-script step. For some workflows, string encoding is preferred
|
|||
|
||||
|
||||
```yaml
|
||||
- uses: actions/github-script@0.3.0
|
||||
- uses: actions/github-script@0.4.0
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
result-encoding: string
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "github-script",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"private": true,
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue