Skip to content

Commit 64bdeea

Browse files
committed
support reruns
1 parent d61be23 commit 64bdeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sync-ga-to-rc/bash-helpers/definitions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rcDocs="" # Set in helper from command line arguments; for example, "${docRoot
3232
gaDocs="" # Set in helper from command line arguments; for example, "${docRoot}/v1.20.x"
3333

3434
jsonTemplate='{"file": "<FILENAME>", "shortname": "<SHORTNAME>", "commit": "<COMMIT>"}'
35-
prBranch="bot/<PRODUCT>-ga-to-rc-sync-$(date +%Y%m%d)"
35+
prBranch="bot/<PRODUCT>-ga-to-rc-sync-$(date +%Y%m%d-%H%M%S)"
3636
prTitle="<PRODUCT> GA to RC auto-sync"
3737
prBody="Draft PR created by \`sync-ga-to-rc.mjs\` to push recent GA updates to the RC release branch for <PRODUCT>"
3838

0 commit comments

Comments
 (0)