We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f3657 commit cf8125bCopy full SHA for cf8125b
.github/actions/s3-delete/index.js
@@ -35,6 +35,7 @@ async function collectKeysToDelete(bucketName, bucketDir) {
35
})
36
}
37
core.info(`Found ${keys.length} matching files`)
38
+ core.info(keys.map(k => ` • ${k}`).join('\n'))
39
return keys
40
} catch (err) {
41
if (err instanceof S3ServiceException) {
0 commit comments