This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch fix-pushing-to-gh-pages
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/fix-pushing-to-gh-pages by 
this push:
     new 3c1d00744f Fix typo in action name
3c1d00744f is described below

commit 3c1d00744f2febac36fe6220f8624633aa70ec1c
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Jun 17 16:09:03 2023 +0200

    Fix typo in action name
---
 .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

Reply via email to