Update docs version to ${GITHUB_REF##*/} by github-actions[bot] · Pull Request #11110 · testcontainers/testcontainers-java
JackPGreen added a commit to JackPGreen/testcontainers-java that referenced this pull request
Oct 17, 2025When `update-docs-version` ran, it created this PR - testcontainers#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.
eddumelendez pushed a commit that referenced this pull request
Nov 13, 2025When `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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters