File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- uses : actions/checkout@master
22
- - uses : hujiulong/qiniu-upload-action @master
22
+ - uses : hujiulong/action- qiniu-upload@master
23
23
with :
24
24
# Your qiniu access key, required.
25
25
access_key : ${{ secrets.QINIU_ACCESS_KEY }}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " qiniu-upload-action " ,
2
+ "name" : " action- qiniu-upload" ,
3
3
"version" : " 0.0.1" ,
4
4
"private" : true ,
5
5
"description" : " github action for uploading files to qiniu" ,
13
13
},
14
14
"repository" : {
15
15
"type" : " git" ,
16
- "url" : " git+https://github.com/hujiulong/qiniu-upload-action .git"
16
+ "url" : " git+https://github.com/hujiulong/action- qiniu-upload.git"
17
17
},
18
18
"keywords" : [
19
19
" actions" ,
24
24
"license" : " MIT" ,
25
25
"dependencies" : {
26
26
"@actions/core" : " ^1.2.0" ,
27
- "@typescript-eslint/parser" : " ^2.13.0" ,
28
27
"glob" : " ^7.1.6" ,
29
28
"p-all" : " ^2.1.0" ,
30
29
"p-retry" : " ^4.2.0" ,
You can’t perform that action at this time.
0 commit comments