From ae841efc86b2daf0045318d557753392b19cbebb Mon Sep 17 00:00:00 2001 From: Snowykami Date: Fri, 20 Dec 2024 02:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E5=9C=A8=20README=20=E5=92=8C=20ac?= =?UTF-8?q?tion.yml=20=E4=B8=AD=E6=B7=BB=E5=8A=A0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + action.yml | 3 +++ 2 files changed, 4 insertions(+) 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