✨ 在 README 和 action.yml 中添加文件上传参数
This commit is contained in:
parent
2c760552e7
commit
ae841efc86
@ -9,4 +9,5 @@
|
|||||||
username: ${{ secrets.GITEA_USERNAME }}
|
username: ${{ secrets.GITEA_USERNAME }}
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
endpoint: https://git.liteyuki.icu/api/packages/{owner}/pypi # This is the default value
|
endpoint: https://git.liteyuki.icu/api/packages/{owner}/pypi # This is the default value
|
||||||
|
files: /path/to/files/*
|
||||||
```
|
```
|
||||||
|
@ -12,6 +12,9 @@ inputs:
|
|||||||
token:
|
token:
|
||||||
description: 'Your Gitea token for authentication.'
|
description: 'Your Gitea token for authentication.'
|
||||||
required: true
|
required: true
|
||||||
|
files:
|
||||||
|
description: 'The files to upload.'
|
||||||
|
required: true
|
||||||
endpoint:
|
endpoint:
|
||||||
description: 'The endpoint of the Gitea server.'
|
description: 'The endpoint of the Gitea server.'
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user