Testing again

This commit is contained in:
Konrad Pabjan 2020-07-28 13:49:32 +02:00
parent 0c5eb305e8
commit 34a91c2db4
2 changed files with 0 additions and 2 deletions

View file

@ -10,7 +10,6 @@ async function run(): Promise<void> {
const searchResult = await findFilesToUpload(inputs.searchPath)
if (searchResult.filesToUpload.length === 0) {
// No files were found, different use cases warrant different types of behavior if nothing is found
console.log(inputs.ifNoFilesFound)
switch (inputs.ifNoFilesFound) {
case NoFileOptions.warn: {
core.warning(