We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef47c4 commit d0ec88aCopy full SHA for d0ec88a
.github/workflows/oss-template-cleanup.yml
@@ -36,7 +36,7 @@ jobs:
36
const sinceCreationHours = sinceCreationMillis / (60 * 60 * 1000)
37
const isNew = sinceCreationHours <= 1
38
const status = isNew ? 'new' : 'old'
39
- core.warn(`Hours passed since creation: ${sinceCreationHours} => status: ${status}`)
+ core.warning(`Hours passed since creation: ${sinceCreationHours} => status: ${status}`)
40
core.setOutput('status', status)
41
42
template-cleanup:
0 commit comments