Skip to content

Commit 577eb7a

Browse files
committed
chore: rename to action-qiniu-upload
1 parent d732be4 commit 577eb7a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@master
22-
- uses: hujiulong/qiniu-upload-action@master
22+
- uses: hujiulong/action-qiniu-upload@master
2323
with:
2424
# Your qiniu access key, required.
2525
access_key: ${{ secrets.QINIU_ACCESS_KEY }}

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "qiniu-upload-action",
2+
"name": "action-qiniu-upload",
33
"version": "0.0.1",
44
"private": true,
55
"description": "github action for uploading files to qiniu",
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/hujiulong/qiniu-upload-action.git"
16+
"url": "git+https://github.com/hujiulong/action-qiniu-upload.git"
1717
},
1818
"keywords": [
1919
"actions",
@@ -24,7 +24,6 @@
2424
"license": "MIT",
2525
"dependencies": {
2626
"@actions/core": "^1.2.0",
27-
"@typescript-eslint/parser": "^2.13.0",
2827
"glob": "^7.1.6",
2928
"p-all": "^2.1.0",
3029
"p-retry": "^4.2.0",

0 commit comments

Comments
 (0)