Commit bc5c1fb
committed
git-artifacts: avoid linter warning
The linter has a hard time recognizing `core.setOutput()`. However,
every `github-script` step has a naturally-defined output: `result`, set
to the return value of the script. Let's use that instead.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 63267f2 commit bc5c1fb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments