This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.1 by this push:
new ceaf60d951 Fix workflow branch name (#10783)
ceaf60d951 is described below
commit ceaf60d951b32d8f31aa993dc0a945370368bc8a
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Oct 22 16:02:49 2022 +0800
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: