Update docs version to ${GITHUB_REF##*/} by github-actions[bot] · Pull Request #11110 · testcontainers/testcontainers-java (original) (raw)

eddumelendez pushed a commit that referenced this pull request

Nov 13, 2025

@JackPGreen

`` [Fix GitHub-Action Generate PR descriptions (](/testcontainers/testcontainers-java/commit/01aad116fc25a96bcb10606cab1ded6c8fb0b286 "Fix GitHub-Action Generate PR descriptions (#11129)

When update-docs-version ran, it created this PR - https://github.com/testcontainers/testcontainers-java/pull/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.")#11129[)](/testcontainers/testcontainers-java/commit/01aad116fc25a96bcb10606cab1ded6c8fb0b286 "Fix GitHub-Action Generate PR descriptions (#11129)

When update-docs-version ran, it created this PR - https://github.com/testcontainers/testcontainers-java/pull/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.") ``

[01aad11](/testcontainers/testcontainers-java/commit/01aad116fc25a96bcb10606cab1ded6c8fb0b286)

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.