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 031362f OF: Typo
031362f is described below
commit 031362f69c9c88d7b9af06c703f884ab118371f8
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Jun 10 17:33:06 2024 -0500
OF: Typo
---
.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 f6331c9..6f83c29 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 }}-site" >> $GITHUB_ENV
+ echo "OUTPUT_BRANCH=${{ env.BRANCH_NAME }}-staging" >> $GITHUB_ENV
fi
- name: Pelican Build
uses: apache/infrastructure-actions/pelican@main