diff --git a/README.md b/README.md index 5811ea8..08a35f9 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,5 @@ username: ${{ secrets.GITEA_USERNAME }} token: ${{ secrets.GITEA_TOKEN }} endpoint: https://git.liteyuki.icu/api/packages/{owner}/pypi # This is the default value + files: /path/to/files/* ``` diff --git a/action.yml b/action.yml index 9f35eea..d57d154 100644 --- a/action.yml +++ b/action.yml @@ -12,6 +12,9 @@ inputs: token: description: 'Your Gitea token for authentication.' required: true + files: + description: 'The files to upload.' + required: true endpoint: description: 'The endpoint of the Gitea server.' required: false