From b92105443c1785fb969362bb85c4076e9662a737 Mon Sep 17 00:00:00 2001 From: Adam Vollrath Date: Wed, 17 Jan 2024 21:53:00 -0600 Subject: [PATCH] Include cluster name in initial "deploying" comment. This ensures the initial comment is discovered by the `find-comment` step. See line 114. This should prevent duplicate comments if the deployment fails. Signed-off-by: Adam Vollrath --- .github/workflows/uffizzi-preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uffizzi-preview.yaml b/.github/workflows/uffizzi-preview.yaml index 9591af3a23..2c1c353847 100644 --- a/.github/workflows/uffizzi-preview.yaml +++ b/.github/workflows/uffizzi-preview.yaml @@ -124,7 +124,7 @@ jobs: body: | ## Uffizzi Ephemeral Environment - Virtual Cluster - :cloud: deploying ... + :cloud: deploying cluster `pr-${{ needs.cache-manifests-file.outputs.pr-number }}` :gear: Updating now by workflow run [${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).