Skip to content

Commit cf8125b

Browse files
committed
chore: Add matching files printout
1 parent 74f3657 commit cf8125b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/s3-delete/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ async function collectKeysToDelete(bucketName, bucketDir) {
3535
})
3636
}
3737
core.info(`Found ${keys.length} matching files`)
38+
core.info(keys.map(k => ` • ${k}`).join('\n'))
3839
return keys
3940
} catch (err) {
4041
if (err instanceof S3ServiceException) {

0 commit comments

Comments
 (0)