From ceaf60d951b32d8f31aa993dc0a945370368bc8a Mon Sep 17 00:00:00 2001 From: Albumen Kevin Date: Sat, 22 Oct 2022 16:02:49 +0800 Subject: [PATCH] Fix workflow branch name (#10783) --- .github/workflows/build-and-test-scheduled-3.0.yml | 6 +++--- .github/workflows/build-and-test-scheduled-3.1.yml | 8 ++++---- .github/workflows/build-and-test-scheduled-3.2.yml | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-and-test-scheduled-3.0.yml b/.github/workflows/build-and-test-scheduled-3.0.yml index 9ade11e0d7..72bc2d58ce 100644 --- a/.github/workflows/build-and-test-scheduled-3.0.yml +++ b/.github/workflows/build-and-test-scheduled-3.0.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: 3.0 + ref: "3.0" - name: Check License uses: apache/skywalking-eyes@main env: @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: 3.0 + ref: "3.0" path: dubbo - uses: actions/setup-java@v1 with: @@ -148,7 +148,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: 3.0 + ref: "3.0" - name: "Set up JDK ${{ matrix.jdk }}" uses: actions/setup-java@v1 with: diff --git a/.github/workflows/build-and-test-scheduled-3.1.yml b/.github/workflows/build-and-test-scheduled-3.1.yml index f0844970dd..e29e30d575 100644 --- a/.github/workflows/build-and-test-scheduled-3.1.yml +++ b/.github/workflows/build-and-test-scheduled-3.1.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: 3.1 + ref: "3.1" - name: Check License uses: apache/skywalking-eyes@main env: @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: 3.1 + ref: "3.1" path: dubbo - uses: actions/setup-java@v1 with: @@ -148,7 +148,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: 3.1 + ref: "3.1" - name: "Set up JDK ${{ matrix.jdk }}" uses: actions/setup-java@v1 with: @@ -188,7 +188,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: 3.1 + ref: "3.1" - name: "Set up JDK ${{ matrix.jdk }}" uses: actions/setup-java@v1 with: diff --git a/.github/workflows/build-and-test-scheduled-3.2.yml b/.github/workflows/build-and-test-scheduled-3.2.yml index ddeeec63ee..3b305051f9 100644 --- a/.github/workflows/build-and-test-scheduled-3.2.yml +++ b/.github/workflows/build-and-test-scheduled-3.2.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: 3.2 + ref: "3.2" - name: Check License uses: apache/skywalking-eyes@main env: @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: 3.2 + ref: "3.2" path: dubbo - uses: actions/setup-java@v1 with: @@ -148,7 +148,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: 3.2 + ref: "3.2" - name: "Set up JDK ${{ matrix.jdk }}" uses: actions/setup-java@v1 with: @@ -188,7 +188,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: 3.2 + ref: "3.2" - name: "Set up JDK ${{ matrix.jdk }}" uses: actions/setup-java@v1 with: