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 1660367 commit b4db650Copy full SHA for b4db650
1 file changed
src/commitSha.ts
@@ -395,9 +395,9 @@ export const getSHAForPullRequestEvent = async ({
395
396
if (diffSubmodule) {
397
await gitFetchSubmodules({
398
- cwd: workingDirectory,
399
- args: [
400
- ...gitFetchExtraArgs,
+ cwd: workingDirectory,
+ args: [
+ ...gitFetchExtraArgs,
401
'-u',
402
'--progress',
403
`--deepen=${inputs.fetchDepth}`
0 commit comments