26
26
checks : write
27
27
pull-requests : write
28
28
steps :
29
- -
uses :
LouisBrunner/[email protected]
29
+ - uses : LouisBrunner/checks-action@442ad2296fb110373e3fe01c2a3717b546583631 # tag: v1.1.1
30
30
with :
31
31
token : ${{ secrets.GITHUB_TOKEN }}
32
32
name : electron-woa-testing
39
39
Remove-Item * -Recurse -Force
40
40
shell : powershell
41
41
- name : Checkout
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag: v3
43
43
with :
44
44
path : src\electron
45
45
fetch-depth : 0
@@ -134,7 +134,7 @@ jobs:
134
134
run : |
135
135
Remove-Item -path $env:APPDATA/Electron* -Recurse -Force -ErrorAction Ignore
136
136
shell : powershell
137
- -
uses :
LouisBrunner/[email protected]
137
+ - uses : LouisBrunner/checks-action@442ad2296fb110373e3fe01c2a3717b546583631 # tag: v1.1.1
138
138
if : ${{ success() }}
139
139
with :
140
140
token : ${{ secrets.GITHUB_TOKEN }}
@@ -143,7 +143,7 @@ jobs:
143
143
details_url : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
144
144
output : |
145
145
{"summary":"${{ job.status }}","text_description":"See job details here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}
146
- -
uses :
LouisBrunner/[email protected]
146
+ - uses : LouisBrunner/checks-action@442ad2296fb110373e3fe01c2a3717b546583631 # tag: v1.1.1
147
147
if : ${{ success() }}
148
148
with :
149
149
token : ${{ secrets.GITHUB_TOKEN }}
@@ -152,12 +152,12 @@ jobs:
152
152
details_url : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
153
153
output : |
154
154
{"summary":"Job Succeeded","text_description":"See job details here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}
155
- -
uses :
LouisBrunner/[email protected]
155
+ - uses : LouisBrunner/checks-action@442ad2296fb110373e3fe01c2a3717b546583631 # tag: v1.1.1
156
156
if : ${{ ! success() }}
157
157
with :
158
158
token : ${{ secrets.GITHUB_TOKEN }}
159
159
name : electron-woa-testing
160
160
conclusion : " ${{ job.status }}"
161
161
details_url : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
162
162
output : |
163
- {"summary":"Job Failed","text_description":"See job details here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}
163
+ {"summary":"Job Failed","text_description":"See job details here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}
0 commit comments