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 85e559d747f Fix multi line release command in CI (#52281)
85e559d747f is described below

commit 85e559d747f399313cb760cd8e99596e8efa427a
Author: Amogh Desai <[email protected]>
AuthorDate: Thu Jun 26 15:24:53 2025 +0530

    Fix multi line release command in CI (#52281)
---
 .github/workflows/basic-tests.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/basic-tests.yml 
b/.github/workflows/basic-tests.yml
index e206aa75de7..3183ace6b00 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -363,5 +363,5 @@ jobs:
         run: git fetch --tags >/dev/null 2>&1 || true
       - name: "Test airflow core issue generation automatically"
         run: |
-          breeze release-management generate-issue-content-core 
--limit-pr-count 2
-          --previous-release 3.0.1 --current-release 3.0.2 --verbose
+          breeze release-management generate-issue-content-core \
+            --limit-pr-count 2 --previous-release 3.0.1 --current-release 
3.0.2 --verbose

Reply via email to