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 <adam.d.vollrath@gmail.com>
This commit is contained in:
@@ -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 }}).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user