You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When `update-docs-version` ran, it created this PR - #11110:
> Update docs version to ${GITHUB_REF##*/}
Update docs version to ${GITHUB_REF##*/}
The branch name was not expanded in the PR description, it uses Bash syntax not applicable outside of a `run` block
Fixed by replacing Bash expansion to derive the branch name with the _actual_ branch name.
0 commit comments