This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/staging by this push:
new aaceb0e893 Fix name of staging-publish branch
aaceb0e893 is described below
commit aaceb0e8938f81ea3b712cd9a70bcd80b5b2ed87
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue May 13 00:51:07 2025 +0200
Fix name of staging-publish branch
---
.github/workflows/build.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b86b5587f6..b1aa926e32 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -93,11 +93,11 @@ jobs:
ref: publish
fetch-depth: 1
path: dist
- - name: 🗂 Checkout publish-staging branch with minimum depth
+ - name: 🗂 Checkout staging-publish branch with minimum depth
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 #
3.5.3
if: (github.event_name == 'push' || github.event_name ==
'workflow_dispatch') && github.ref == 'refs/heads/staging'
with:
- ref: publish-staging
+ ref: staging-publish
fetch-depth: 1
path: dist
- name: 🔧 Build site
@@ -179,8 +179,8 @@ jobs:
echo "Running git push to publish branch"
git push origin publish
else
- echo "Running git push to publish-stging branch"
- git push origin publish-staging
+ echo "Running git push to staging-publish branch"
+ git push origin staging-publish
fi
- name: 🚀 Upload git commit log as artifacts
uses: actions/upload-artifact@v4