Skip to content

Commit

Permalink
📝 🔧 Chore, Fix(CI): Script path error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Mar 17, 2024
1 parent 8f29b16 commit 830a7a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .cheese/references.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,47 @@
"Name": "Common.Activity",
"Location": "Reference/Common.Activity",
"Url": "git@github.com:Crequency/Common.Activity.git",
"Branch": "dev=main",
"Type": 1,
"InSubmodule": false
},
{
"Name": "Common.Algorithm",
"Location": "Reference/Common.Algorithm",
"Url": "git@github.com:Crequency/Common.Algorithm.git",
"Branch": "dev=main",
"Type": 1,
"InSubmodule": false
},
{
"Name": "Common.BasicHelper",
"Location": "Reference/Common.BasicHelper",
"Url": "git@github.com:Crequency/Common.BasicHelper.git",
"Branch": "dev=main",
"Type": 1,
"InSubmodule": false
},
{
"Name": "Common.Update",
"Location": "Reference/Common.Update",
"Url": "git@github.com:Crequency/Common.Update.git",
"Branch": "dev=main",
"Type": 1,
"InSubmodule": false
},
{
"Name": "Csharpell",
"Location": "Reference/Csharpell",
"Url": "git@github.com:Dynesshely/Csharpell.git",
"Branch": "dev=main",
"Type": 1,
"InSubmodule": false
},
{
"Name": "XamlMultiLanguageEditor",
"Location": "KitX SDK/Reference/XamlMultiLanguageEditor",
"Url": "git@github.com:Dynesshely/XamlMultiLanguageEditor.git",
"Branch": "dev=main",
"Type": 1,
"InSubmodule": true
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" \
Expand Down

0 comments on commit 830a7a6

Please sign in to comment.