This is an automated email from the ASF dual-hosted git repository. arm pushed a commit to branch promote_gha in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit 2b0973b8b8d2fc1327fa694d62ce37b021923a07 Author: Alastair McFarlane <[email protected]> AuthorDate: Tue Feb 3 14:54:01 2026 +0000 #344 - added some extra information --- atr/get/upload.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/atr/get/upload.py b/atr/get/upload.py index 5aafd69..a18808e 100644 --- a/atr/get/upload.py +++ b/atr/get/upload.py @@ -166,11 +166,17 @@ jobs: uses: apache/tooling-actions/upload-to-atr@04741906f3f38a64ed4489bb12ad78b99424a7a0 with: project: {project_name} - version: ${{ github.ref_name }} + version: ${{{{ github.ref_name }}}} """ ] block.p[ - "(assuming your ", htm.code["github.ref_name"], f" resolves to match your version - currently {version_name})" + "(assuming your ", + htm.code["github.ref_name"], + " resolves to match your version - currently ", + htm.code[version_name], + " and ", + htm.code["build.sh"], + " produces the files you want to upload)", ] block.p["You can also use the ", htm.code["Upload to ATR"], " step directly in an existing workflow."] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
