Skip to content

Commit b4db650

Browse files
authored
Update commitSha.ts
1 parent 1660367 commit b4db650

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/commitSha.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,9 @@ export const getSHAForPullRequestEvent = async ({
395395

396396
if (diffSubmodule) {
397397
await gitFetchSubmodules({
398-
cwd: workingDirectory,
399-
args: [
400-
...gitFetchExtraArgs,
398+
cwd: workingDirectory,
399+
args: [
400+
...gitFetchExtraArgs,
401401
'-u',
402402
'--progress',
403403
`--deepen=${inputs.fetchDepth}`

0 commit comments

Comments
 (0)