Skip to content

Commit a2398d8

Browse files
author
xiezhengxiong
committed
ci: update Github Actions to use new repository path
1 parent 131f58c commit a2398d8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/license_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: licenselint
27-
uses: shoothzj/licenselint@main
27+
uses: hezhangjian/licenselint@main
2828
with:
2929
author: openGemini Authors

.github/workflows/line_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: linelint
27-
uses: shoothzj/linelint@main
27+
uses: hezhangjian/linelint@main

.github/workflows/py_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Install dependencies
2626
run: pip3 install -r requirements.txt
2727
- name: setup OpenGemini
28-
uses: shoothzj/setup-opengemini-action@main
28+
uses: hezhangjian/setup-opengemini-action@main
2929
- name: Run unit tests
3030
run: python -m unittest discover opengemini_client -p '*_test.py'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ long_description = file: README.md
66
long_description_content_type = text/markdown
77
url = https://github.com/openGemini/opengemini-client-python.git
88
author = ZhangJian He
9-
author_email = shoothzj@gmail.com
9+
author_email = hezhangjian97@gmail.com
1010
license = Apache License 2.0
1111

1212
[options]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
setup(
1818
name="opengemini_client",
1919
version="0.0.1",
20-
author="shoothzj",
21-
author_email="shoothzj@gmail.com",
20+
author="hezhangjian",
21+
author_email="hezhangjian97@gmail.com",
2222
description="A Python package for interacting with the opengemini",
2323
long_description_content_type="text/markdown",
2424
url="https://github.com/openGemini/opengemini-client-python.git",

0 commit comments

Comments
 (0)