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

wave pushed a commit to branch dfoulks/pelican-gha
in repository https://gitbox.apache.org/repos/asf/petri.git


The following commit(s) were added to refs/heads/dfoulks/pelican-gha by this 
push:
     new c502d48  pipe to env
c502d48 is described below

commit c502d4847da9dfd7f97bf908aa7232a459b21bba
Author: Dave Fisher <dave2w...@comcast.net>
AuthorDate: Mon Jun 10 19:49:05 2024 -0500

    pipe to env
---
 .github/workflows/build-pelican.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-pelican.yml 
b/.github/workflows/build-pelican.yml
index 1275812..4fba25c 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -20,7 +20,7 @@ jobs:
         id: determine_branch
         run: |
           # Get the current branch name
-          BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)
+          echo "BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
       - name: Branch
         id: determine_output_branch
         run: |

Reply via email to