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.
create-docs-artifacts.sh
1 parent 52882f6 commit ec9e560Copy full SHA for ec9e560
1 file changed
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