This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch preview/pelican-gha in repository https://gitbox.apache.org/repos/asf/petri.git
commit 67d6ebf4004ae0b384cfdee9d5d953696ede4ae7 Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Mon Jun 10 17:30:21 2024 -0500 Staging is apparently a bad branch add. --- .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 05bf110..f6331c9 100644 --- a/.github/workflows/build-pelican.yml +++ b/.github/workflows/build-pelican.yml @@ -36,7 +36,7 @@ jobs: if [ "${{ env.BRANCH_NAME }}" == "${{ github.event.repository.default_branch }}" ]; then echo "OUTPUT_BRANCH=asf-site" >> $GITHUB_ENV else - echo "OUTPUT_BRANCH=$${{ env.BRANCH_NAME }}-staging" >> $GITHUB_ENV + echo "OUTPUT_BRANCH=$${{ env.BRANCH_NAME }}-site" >> $GITHUB_ENV fi - name: Pelican Build uses: apache/infrastructure-actions/pelican@main