fix typo
This commit is contained in:
parent
1da651c219
commit
cffc0f7b4e
2 changed files with 2 additions and 2 deletions
2
lib/upload-lib.js
generated
2
lib/upload-lib.js
generated
|
|
@ -55,7 +55,7 @@ function combineSarifFiles(sarifFiles) {
|
|||
}
|
||||
exports.combineSarifFiles = combineSarifFiles;
|
||||
// Upload the given payload.
|
||||
// If the request fails then this will be retry a small number of times.
|
||||
// If the request fails then this will retry a small number of times.
|
||||
async function uploadPayload(payload) {
|
||||
core.info('Uploading results');
|
||||
const githubToken = core.getInput('token');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue