mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Use 0.2.0 in README
This commit is contained in:
parent
4d2b828632
commit
e5da67d395
1 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
comment:
|
comment:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@0.1.0
|
- uses: actions/github-script@0.2.0
|
||||||
with:
|
with:
|
||||||
github-token: ${{github.token}}
|
github-token: ${{github.token}}
|
||||||
script: |
|
script: |
|
||||||
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
apply-label:
|
apply-label:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@0.1.0
|
- uses: actions/github-script@0.2.0
|
||||||
with:
|
with:
|
||||||
github-token: ${{github.token}}
|
github-token: ${{github.token}}
|
||||||
script: |
|
script: |
|
||||||
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
welcome:
|
welcome:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@0.1.0
|
- uses: actions/github-script@0.2.0
|
||||||
with:
|
with:
|
||||||
github-token: ${{github.token}}
|
github-token: ${{github.token}}
|
||||||
script: |
|
script: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue