Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/java_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: setup OpenGemini
uses: shoothzj/setup-opengemini-action@main
uses: hezhangjian/setup-opengemini-action@main
- name: unit tests
run: mvn -B clean test
2 changes: 1 addition & 1 deletion .github/workflows/license_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: licenselint
uses: shoothzj/licenselint@main
uses: hezhangjian/licenselint@main
with:
author: openGemini Authors
2 changes: 1 addition & 1 deletion .github/workflows/line_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: linelint
uses: shoothzj/linelint@main
uses: hezhangjian/linelint@main
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@

<developers>
<developer>
<name>shoothzj</name>
<email>shoothzj@gmail.com</email>
<name>hezhangjian</name>
<email>hezhangjian97@gmail.com</email>
</developer>
</developers>

Expand Down