This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/attic.git
The following commit(s) were added to refs/heads/main by this push:
new 0f6df7d Where to find the staging build [skip ci]
0f6df7d is described below
commit 0f6df7da590cc75982b709ef6a35625039c6f9b7
Author: Sebb <[email protected]>
AuthorDate: Sun May 4 14:36:54 2025 +0100
Where to find the staging build [skip ci]
---
.github/workflows/retire.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/retire.yml b/.github/workflows/retire.yml
index 9ab808c..aa4cc95 100644
--- a/.github/workflows/retire.yml
+++ b/.github/workflows/retire.yml
@@ -82,6 +82,9 @@ jobs:
{
echo "Please review the PR!"
echo "${{ github.event.inputs.comment }}"
+ echo ""
+ echo "The staging build for this PR can be found at:"
+ echo "https://attic-retire-$PID.staged.apache.org"
} | gh pr create --title "Retire $PID" --body-file - --base main
--head retire-$PID
# Trigger the site build
gh workflow run website.yml --ref retire-$PID