Skip to content

Commit 34de95b

Browse files
committed
1 parent a121a5a commit 34de95b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async function run () {
7575
tagStatus: 'tagged',
7676
tagPrefixList: [tagPrefix],
7777
countType: 'imageCountMoreThan',
78-
countNumber: numImages
78+
countNumber: parseInt(numImages, 10)
7979
},
8080
action: {
8181
type: 'expire'

0 commit comments

Comments
 (0)