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 ad0aac1 Update build-pelican.yml ad0aac1 is described below commit ad0aac14a15e485170f265bf6305c07bf554f7a1 Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Mon Jun 10 16:47:09 2024 -0500 Update build-pelican.yml --- .github/workflows/build-pelican.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-pelican.yml b/.github/workflows/build-pelican.yml index ef5075a..e80dd43 100644 --- a/.github/workflows/build-pelican.yml +++ b/.github/workflows/build-pelican.yml @@ -31,7 +31,8 @@ jobs: fi fi - name: Branch - run: echo "Branch: ${{ env.BRANCH_NAME }}" + run: | + echo "Branch: ${{ env.BRANCH_NAME }}" - name: Pelican Build uses: apache/infrastructure-actions/pelican@main with: