File tree 2 files changed +6
-6
lines changed
Filter options
2 files changed +6
-6
lines changed
Original file line number Diff line number Diff line change 33
33
comment :
34
34
runs-on : ubuntu-latest
35
35
steps :
36
- - uses : actions/github-script@0.3 .0
36
+ - uses : actions/github-script@0.4 .0
37
37
with :
38
38
github-token : ${{secrets.GITHUB_TOKEN}}
39
39
script : |
55
55
apply-label :
56
56
runs-on : ubuntu-latest
57
57
steps :
58
- - uses : actions/github-script@0.3 .0
58
+ - uses : actions/github-script@0.4 .0
59
59
with :
60
60
github-token : ${{secrets.GITHUB_TOKEN}}
61
61
script : |
76
76
welcome :
77
77
runs-on : ubuntu-latest
78
78
steps :
79
- - uses : actions/github-script@0.3 .0
79
+ - uses : actions/github-script@0.4 .0
80
80
with :
81
81
github-token : ${{secrets.GITHUB_TOKEN}}
82
82
script : |
@@ -121,7 +121,7 @@ jobs:
121
121
diff:
122
122
runs-on: ubuntu-latest
123
123
steps:
124
- - uses: actions/github-script@0.3 .0
124
+ - uses: actions/github-script@0.4 .0
125
125
with:
126
126
github-token: ${{secrets.GITHUB_TOKEN}}
127
127
script: |
@@ -141,7 +141,7 @@ output of a github-script step. For some workflows, string encoding is preferred
141
141
142
142
143
143
` ` ` yaml
144
- - uses: actions/github-script@0.3 .0
144
+ - uses: actions/github-script@0.4 .0
145
145
with:
146
146
github-token: ${{secrets.GITHUB_TOKEN}}
147
147
result-encoding: string
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " github-script" ,
3
- "version" : " 0.3 .0" ,
3
+ "version" : " 0.4 .0" ,
4
4
"private" : true ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments