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 b123ebda49 fix 9
b123ebda49 is described below

commit b123ebda4966715bb7dd13183ebfe9dc259d10d7
Author: Daniel Gaspar <[email protected]>
AuthorDate: Wed Jan 29 13:04:17 2025 +0000

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

diff --git a/.github/workflows/ephemeral-env.yml 
b/.github/workflows/ephemeral-env.yml
index 03f1035c6a..2bb40a8cac 100644
--- a/.github/workflows/ephemeral-env.yml
+++ b/.github/workflows/ephemeral-env.yml
@@ -81,6 +81,7 @@ jobs:
             echo "sha=${{ github.event.pull_request.head.sha }}" >> 
$GITHUB_OUTPUT
           else
             echo "sha=${{ steps.get-pr-info.outputs.sha }}" >> $GITHUB_OUTPUT
+          fi
 
       - name: Looking for feature flags in PR description
         uses: actions/github-script@v7

Reply via email to