Skip to content

Commit d0ec88a

Browse files
committed
no msg
1 parent eef47c4 commit d0ec88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oss-template-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
const sinceCreationHours = sinceCreationMillis / (60 * 60 * 1000)
3737
const isNew = sinceCreationHours <= 1
3838
const status = isNew ? 'new' : 'old'
39-
core.warn(`Hours passed since creation: ${sinceCreationHours} => status: ${status}`)
39+
core.warning(`Hours passed since creation: ${sinceCreationHours} => status: ${status}`)
4040
core.setOutput('status', status)
4141
4242
template-cleanup:

0 commit comments

Comments
 (0)