mirror of
https://github.com/valitydev/repo-file-sync-action.git
synced 2024-11-06 09:55:21 +00:00
🩹 Use correct core warning method
This commit is contained in:
parent
ab2f74f5e7
commit
74575ddfe0
4
dist/index.js
vendored
4
dist/index.js
vendored
@ -32937,7 +32937,7 @@ const parseFiles = (files) => {
|
||||
}
|
||||
}
|
||||
|
||||
core.warn('Warn: No source files specified')
|
||||
core.warning('Warn: No source files specified')
|
||||
})
|
||||
}
|
||||
|
||||
@ -32993,7 +32993,7 @@ const parseConfig = async () => {
|
||||
|
||||
while (fs.existsSync(context.TMP_DIR)) {
|
||||
context.TMP_DIR = `tmp-${ Date.now().toString() }`
|
||||
core.warn(`TEMP_DIR already exists. Using "${ context.TMP_DIR }" now.`)
|
||||
core.warning(`TEMP_DIR already exists. Using "${ context.TMP_DIR }" now.`)
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
@ -159,7 +159,7 @@ const parseFiles = (files) => {
|
||||
}
|
||||
}
|
||||
|
||||
core.warn('Warn: No source files specified')
|
||||
core.warning('Warn: No source files specified')
|
||||
})
|
||||
}
|
||||
|
||||
@ -215,7 +215,7 @@ const parseConfig = async () => {
|
||||
|
||||
while (fs.existsSync(context.TMP_DIR)) {
|
||||
context.TMP_DIR = `tmp-${ Date.now().toString() }`
|
||||
core.warn(`TEMP_DIR already exists. Using "${ context.TMP_DIR }" now.`)
|
||||
core.warning(`TEMP_DIR already exists. Using "${ context.TMP_DIR }" now.`)
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
Loading…
Reference in New Issue
Block a user