🔊 Change sync log message

This commit is contained in:
BetaHuhn 2021-03-08 00:04:02 +01:00
parent fbd3b046c6
commit 45b007419e
2 changed files with 2 additions and 4 deletions

3
dist/index.js vendored
View File

@ -30707,12 +30707,11 @@ const run = async () => {
await git.setPrWarning()
}
core.info(`Locally syncing file(s) between source and target repository`)
const modified = []
// Loop through all selected files of the source repo
await forEach(item.files, async (file) => {
core.info(`Looking for changed files`)
const fileExists = fs.existsSync(file.source)
if (fileExists === false) return core.warning(`Source ${ file.source } not found`)

View File

@ -47,12 +47,11 @@ const run = async () => {
await git.setPrWarning()
}
core.info(`Locally syncing file(s) between source and target repository`)
const modified = []
// Loop through all selected files of the source repo
await forEach(item.files, async (file) => {
core.info(`Looking for changed files`)
const fileExists = fs.existsSync(file.source)
if (fileExists === false) return core.warning(`Source ${ file.source } not found`)