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 67d6ebf Staging is apparently a bad branch add.
67d6ebf is described below
commit 67d6ebf4004ae0b384cfdee9d5d953696ede4ae7
Author: Dave Fisher <[email protected]>
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