From 830a7a619251f8ac887ee9874719eb2a5cbdc8fd Mon Sep 17 00:00:00 2001 From: Dynesshely Date: Mon, 18 Mar 2024 00:22:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=F0=9F=94=A7=20Chore,=20Fix(CI):?= =?UTF-8?q?=20Script=20path=20error.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cheese/references.json | 6 ++++++ .github/workflows/pr-auto-format.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cheese/references.json b/.cheese/references.json index 735a6a2..1ad5321 100644 --- a/.cheese/references.json +++ b/.cheese/references.json @@ -3,6 +3,7 @@ "Name": "Common.Activity", "Location": "Reference/Common.Activity", "Url": "git@github.com:Crequency/Common.Activity.git", + "Branch": "dev=main", "Type": 1, "InSubmodule": false }, @@ -10,6 +11,7 @@ "Name": "Common.Algorithm", "Location": "Reference/Common.Algorithm", "Url": "git@github.com:Crequency/Common.Algorithm.git", + "Branch": "dev=main", "Type": 1, "InSubmodule": false }, @@ -17,6 +19,7 @@ "Name": "Common.BasicHelper", "Location": "Reference/Common.BasicHelper", "Url": "git@github.com:Crequency/Common.BasicHelper.git", + "Branch": "dev=main", "Type": 1, "InSubmodule": false }, @@ -24,6 +27,7 @@ "Name": "Common.Update", "Location": "Reference/Common.Update", "Url": "git@github.com:Crequency/Common.Update.git", + "Branch": "dev=main", "Type": 1, "InSubmodule": false }, @@ -31,6 +35,7 @@ "Name": "Csharpell", "Location": "Reference/Csharpell", "Url": "git@github.com:Dynesshely/Csharpell.git", + "Branch": "dev=main", "Type": 1, "InSubmodule": false }, @@ -38,6 +43,7 @@ "Name": "XamlMultiLanguageEditor", "Location": "KitX SDK/Reference/XamlMultiLanguageEditor", "Url": "git@github.com:Dynesshely/XamlMultiLanguageEditor.git", + "Branch": "dev=main", "Type": 1, "InSubmodule": true } diff --git a/.github/workflows/pr-auto-format.yml b/.github/workflows/pr-auto-format.yml index a6f065c..c13790c 100644 --- a/.github/workflows/pr-auto-format.yml +++ b/.github/workflows/pr-auto-format.yml @@ -28,7 +28,7 @@ jobs: run: | pull_request_number=${{ github.event.pull_request.number }} current_title="${{ github.event.pull_request.title }}" - updated_title=$(python3 "./ToolKits/Actions/pr_format.py" "$current_title") + updated_title=$(python3 "./.github/scripts/pr_format.py" "$current_title") curl -X PATCH \ -H "Authorization: Bearer ${{ secrets.GITHUBTOKEN }}" \