File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -30707,12 +30707,11 @@ const run = async () => {
30707
30707
await git.setPrWarning()
30708
30708
}
30709
30709
30710
+ core.info(`Locally syncing file(s) between source and target repository`)
30710
30711
const modified = []
30711
30712
30712
30713
// Loop through all selected files of the source repo
30713
30714
await forEach(item.files, async (file) => {
30714
- core.info(`Looking for changed files`)
30715
-
30716
30715
const fileExists = fs.existsSync(file.source)
30717
30716
if (fileExists === false) return core.warning(`Source ${ file.source } not found`)
30718
30717
Original file line number Diff line number Diff line change @@ -47,12 +47,11 @@ const run = async () => {
47
47
await git . setPrWarning ( )
48
48
}
49
49
50
+ core . info ( `Locally syncing file(s) between source and target repository` )
50
51
const modified = [ ]
51
52
52
53
// Loop through all selected files of the source repo
53
54
await forEach ( item . files , async ( file ) => {
54
- core . info ( `Looking for changed files` )
55
-
56
55
const fileExists = fs . existsSync ( file . source )
57
56
if ( fileExists === false ) return core . warning ( `Source ${ file . source } not found` )
58
57
You can’t perform that action at this time.
0 commit comments