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 6b7c5c2416 fix 10
6b7c5c2416 is described below

commit 6b7c5c2416eba35f068cef486175e49b5b22f341
Author: Daniel Gaspar <[email protected]>
AuthorDate: Wed Jan 29 13:06:39 2025 +0000

    fix 10
---
 .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 2bb40a8cac..9fbcd1c2f9 100644
--- a/.github/workflows/ephemeral-env.yml
+++ b/.github/workflows/ephemeral-env.yml
@@ -80,7 +80,7 @@ jobs:
           if [ -n "${{ github.event.pull_request.head.sha }}" ]; then
             echo "sha=${{ github.event.pull_request.head.sha }}" >> 
$GITHUB_OUTPUT
           else
-            echo "sha=${{ steps.get-pr-info.outputs.sha }}" >> $GITHUB_OUTPUT
+            echo "sha=${{ fromJSON(steps.get-pr-info.outputs.result).head.sha 
}}" >> $GITHUB_OUTPUT
           fi
 
       - name: Looking for feature flags in PR description

Reply via email to