Skip to content

Commit 52097b5

Browse files
committed
add inline comment
1 parent 546d027 commit 52097b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/functions/lock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ async function createLock(
7373
message: LOCK_COMMIT_MSG,
7474
content: Buffer.from(JSON.stringify(lockData)).toString('base64'),
7575
branch: await constructBranchName(environment, global),
76-
request: {retries: 10, retryAfter: 1}
76+
request: {retries: 10, retryAfter: 1} // retry up to 10 times with a 1s delay
7777
})
7878

7979
core.info(`global lock: ${global}`)

0 commit comments

Comments
 (0)