This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 06fdd2690b Fix Github typo
06fdd2690b is described below
commit 06fdd2690b900a7d2ef9dbc38d307a8b43d8ee16
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue May 13 00:38:02 2025 +0200
Fix Github typo
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 580e3df0a9..083b0d9b32 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -158,7 +158,7 @@ jobs:
- name: 🚀 Add commit to publish branch and deploy it
if: >
github.event_name == 'push' || github.event_name ==
'workflow_dispatch' &&
- github.repository == 'apache/airflow-site' && (gihub.ref ==
'refs/heads/main' || github.ref == 'refs/heads/staging')
+ github.repository == 'apache/airflow-site' && (github.ref ==
'refs/heads/main' || github.ref == 'refs/heads/staging')
working-directory: dist
run: |
echo "Running git config"