Skip to content

Commit 7db69c5

Browse files
committed
.github/workflows/Lucene-Net-Documentation.yml: Changed PR branch name to include a monotonic incrementing number at the end so commits can be rebuilt without producing the same branch name.
1 parent fcd8ddc commit 7db69c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Lucene-Net-Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
run: |
147147
$shortSHA = $Env:GITHUB_SHA.Substring(0, 7)
148148
149-
echo ("PR_BRANCH=docs-build-" + $Env:RELEASE_VERSION + "-" + $shortSHA) >> $env:GITHUB_ENV
149+
echo ("PR_BRANCH=docs-build-" + $Env:RELEASE_VERSION + "-" + $shortSHA + "-" + $Env:GITHUB_RUN_NUMBER) >> $env:GITHUB_ENV
150150
shell: powershell
151151

152152
- name: Verify environment variables

0 commit comments

Comments
 (0)