From ad40de78150994ac62446216380a8122b30d41cb Mon Sep 17 00:00:00 2001 From: yutou <583819556@qq.com> Date: Sat, 8 Apr 2023 13:51:01 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitea/workflows/buil?= =?UTF-8?q?d.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index aeb38ea..b0c4de3 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,16 +5,8 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - - name: Check out repository code - uses: actions/checkout@v3 - - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - - run: echo "🖥️ The workflow is now ready to test your code on the runner." - - name: List files in the repository - run: | - ls ${{ github.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." + - uses: actions/setup-java@v3 + with: + java-version: '11' - run: | java -version \ No newline at end of file From 05823742e3e1d62b105c4181d4b120e97979de54 Mon Sep 17 00:00:00 2001 From: yutou <583819556@qq.com> Date: Tue, 25 Apr 2023 17:31:09 +0800 Subject: [PATCH 2/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitea/workflows/buil?= =?UTF-8?q?d.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b0c4de3..4b21e81 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,6 +1,28 @@ name: buildDemo run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: + push: + branches: + - main + paths-ignore: + - '.gitea/**' + - '.idea/**' + - '.gitattributes' + - '.gitignore' + - '.gitmodules' + - '**.md' + - 'LICENSE' + - 'NOTICE' + pull_request: + paths-ignore: + - '.gitea/**' + - '.idea/**' + - '.gitattributes' + - '.gitignore' + - '.gitmodules' + - '**.md' + - 'LICENSE' + - 'NOTICE' jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest From 55870fbc05e1158b4b279a894f8f86d08f7291d2 Mon Sep 17 00:00:00 2001 From: yutou <583819556@qq.com> Date: Tue, 25 Apr 2023 17:44:09 +0800 Subject: [PATCH 3/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitea/workflows/buil?= =?UTF-8?q?d.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 4b21e81..a6d6526 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -29,6 +29,4 @@ jobs: steps: - uses: actions/setup-java@v3 with: - java-version: '11' - - run: | - java -version \ No newline at end of file + java-version: '11' \ No newline at end of file From e27c22640c51348219f6d994ef807d59d0d0a922 Mon Sep 17 00:00:00 2001 From: yutou <583819556@qq.com> Date: Tue, 25 Apr 2023 17:49:05 +0800 Subject: [PATCH 4/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitea/workflows/buil?= =?UTF-8?q?d.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a6d6526..218afc2 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -29,4 +29,5 @@ jobs: steps: - uses: actions/setup-java@v3 with: - java-version: '11' \ No newline at end of file + java-version: '11' + path: | java -version \ No newline at end of file From be98dc533ee609ed44f62b176cbf1780b848cba9 Mon Sep 17 00:00:00 2001 From: yutou <583819556@qq.com> Date: Tue, 25 Apr 2023 17:53:57 +0800 Subject: [PATCH 5/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitea/workflows/buil?= =?UTF-8?q?d.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 218afc2..db08ae5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -30,4 +30,4 @@ jobs: - uses: actions/setup-java@v3 with: java-version: '11' - path: | java -version \ No newline at end of file + run: | java -version \ No newline at end of file From db2bc033be11fec28153d58b9a785ed3c675eb40 Mon Sep 17 00:00:00 2001 From: yutou <583819556@qq.com> Date: Tue, 25 Apr 2023 18:03:12 +0800 Subject: [PATCH 6/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitea/workflows/buil?= =?UTF-8?q?d.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index db08ae5..eb199bc 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -30,4 +30,4 @@ jobs: - uses: actions/setup-java@v3 with: java-version: '11' - run: | java -version \ No newline at end of file + run: | java1 -version \ No newline at end of file From 59f82aef196f7a517d53335a39acbd80c83f2ad3 Mon Sep 17 00:00:00 2001 From: yutou <583819556@qq.com> Date: Tue, 25 Apr 2023 18:11:34 +0800 Subject: [PATCH 7/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitea/workflows/buil?= =?UTF-8?q?d.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index eb199bc..5e67d17 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 on: push: branches: - - main + - master paths-ignore: - '.gitea/**' - '.idea/**' From ec5dbeda2bd3b9feecc8ce50d9504d1d8ef56d87 Mon Sep 17 00:00:00 2001 From: yutou <583819556@qq.com> Date: Tue, 25 Apr 2023 18:11:57 +0800 Subject: [PATCH 8/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitea/workflows/buil?= =?UTF-8?q?d.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 5e67d17..74c2f04 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,27 +2,7 @@ name: buildDemo run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 on: push: - branches: - - master - paths-ignore: - - '.gitea/**' - - '.idea/**' - - '.gitattributes' - - '.gitignore' - - '.gitmodules' - - '**.md' - - 'LICENSE' - - 'NOTICE' - pull_request: - paths-ignore: - - '.gitea/**' - - '.idea/**' - - '.gitattributes' - - '.gitignore' - - '.gitmodules' - - '**.md' - - 'LICENSE' - - 'NOTICE' + jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest From 6ffbe7f2f512a8e079efbae1dce93379158b401f Mon Sep 17 00:00:00 2001 From: yutou <583819556@qq.com> Date: Tue, 25 Apr 2023 18:13:00 +0800 Subject: [PATCH 9/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/main/java/com/yut?= =?UTF-8?q?ou/nas/NasApplication.java'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/yutou/nas/NasApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/yutou/nas/NasApplication.java b/src/main/java/com/yutou/nas/NasApplication.java index 8bd127e..5950457 100644 --- a/src/main/java/com/yutou/nas/NasApplication.java +++ b/src/main/java/com/yutou/nas/NasApplication.java @@ -12,7 +12,7 @@ import org.springframework.context.annotation.Import; @Import(DmhyRssDownloadManager.class) @SpringBootApplication public class NasApplication { - public static final String version = "1.2.17.7"; + public static final String version = "1.2.17.7.1"; public static void main(String[] args) { SpringApplication.run(NasApplication.class, args);