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.git


The following commit(s) were added to refs/heads/main by this push:
     new b7f532aaa7 Fix step overriding github actions (#34888)
b7f532aaa7 is described below

commit b7f532aaa71bf0a1b43c8065058294b0ad1f1b7d
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Oct 12 09:27:06 2023 -0300

    Fix step overriding github actions (#34888)
---
 .github/actions/get-target-branch-build-scripts/action.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/get-target-branch-build-scripts/action.yml 
b/.github/actions/get-target-branch-build-scripts/action.yml
index 6d0aac35d7..2946a5b2d3 100644
--- a/.github/actions/get-target-branch-build-scripts/action.yml
+++ b/.github/actions/get-target-branch-build-scripts/action.yml
@@ -39,5 +39,5 @@ runs:
         mv -v "target-airflow/scripts/ci" "scripts"
         rm -rfv "dev"
         mv -v "target-airflow/dev" "."
-        rm -rfv "./github/actions"
-        mv -v "target-airflow/.github/actions" "actions"
+        rm -rfv ".github/actions"
+        mv -v "target-airflow/.github/actions" ".github"

Reply via email to