Skip to content

Commit

Permalink
ci: update Github Actions to use new repository path
Browse files Browse the repository at this point in the history
  • Loading branch information
xiezhx9 committed Feb 7, 2025
1 parent 4b7539b commit 999aea0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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

0 comments on commit 999aea0

Please sign in to comment.