This commit is contained in:
Robert Brignull
2020-05-01 11:19:39 +01:00
parent 1da651c219
commit cffc0f7b4e
2 changed files with 2 additions and 2 deletions

2
lib/upload-lib.js generated
View File

@@ -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');