fix: bug running changed files with limited history (#1188)
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
@@ -92,7 +92,7 @@ export const getSHAForPushEvent = async (
|
||||
'--progress',
|
||||
`--deepen=${inputs.fetchDepth}`,
|
||||
'origin',
|
||||
`+refs/tags/${sourceBranch}:refs/remotes/origin/${sourceBranch}`
|
||||
`+refs/heads/${sourceBranch}:refs/remotes/origin/${sourceBranch}`
|
||||
]
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user