This is an automated email from the ASF dual-hosted git repository.

dpgaspar pushed a commit to branch fix/ci-ephemeral-use-labels
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/fix/ci-ephemeral-use-labels by 
this push:
     new 34954f577e fix 5
34954f577e is described below

commit 34954f577e31ed6472256a9bd694b33a8a2e2597
Author: Daniel Gaspar <[email protected]>
AuthorDate: Tue Jan 28 14:27:43 2025 +0000

    fix 5
---
 .github/workflows/ephemeral-env.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ephemeral-env.yml 
b/.github/workflows/ephemeral-env.yml
index 780f0fe5b4..9c95714a8b 100644
--- a/.github/workflows/ephemeral-env.yml
+++ b/.github/workflows/ephemeral-env.yml
@@ -307,7 +307,7 @@ jobs:
               issue_number: ${{ github.event.inputs.issue_number || 
github.event.issue.number }},
               owner: context.repo.owner,
               repo: context.repo.repo,
-              body: '@${{ github.event.inputs.user_login || 
github.event.comment.user.login }} Ephemeral environment spinning up at 
http://${{ steps.get-ip.outputs.ip }}:8080. Credentials are `admin`/`admin`. 
Please allow several minutes for bootstrapping and startup.'
+              body: '@${{ context.actor }} Ephemeral environment spinning up 
at http://${{ steps.get-ip.outputs.ip }}:8080. Credentials are `admin`/`admin`. 
Please allow several minutes for bootstrapping and startup.'
             })
       - name: Comment (failure)
         if: ${{ failure() }}

Reply via email to