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 ae24845bc8 Fix typo in action name (#815)
ae24845bc8 is described below
commit ae24845bc8e14a48b193e4df021b0569c413ddf7
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Jun 17 16:10:51 2023 +0200
Fix typo in action name (#815)
---
.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 5bf2f50c32..838ad4b030 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
- name: 🔎 Lint
uses:
apache/airflow-pre-commit-action@0764670bf370aab253130d534e1eda7ff497dc60 #
v2.0.0
- name: 🗂 Checkout gh-pages branch with minimum depth
- uses:
actions/actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
+ uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 #
3.5.3
if: ${{ github.event_name == 'push' }}
with:
ref: gh-pages