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.
2 parents 775e0c8 + ec9e560 commit 1dc9ae6Copy full SHA for 1dc9ae6
src/ci/scripts/create-doc-artifacts.sh
@@ -15,7 +15,8 @@ fi
15
branch=$(git branch --show-current || echo)
16
17
if [ -n "$branch" ]; then
18
- branch="${branch}-"
+ # Strip automation/bors/ prefix if present
19
+ branch="${branch#automation/bors/}-"
20
fi
21
22
if [ "${GITHUB_EVENT_NAME:=none}" = "pull_request" ]; then
0 commit comments