From e5f97f6ae22188eabfdaa72903178669e526e416 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 25 Mar 2026 06:40:25 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20action.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ff4e8a3..ca6e32d 100644 --- a/action.yml +++ b/action.yml @@ -13,5 +13,5 @@ runs: env: GITEA_SERVER_URL: ${{ gitea.server_url }} GITEA_REPOSITORY: ${{ gitea.repository }} - RUNNER_TOKEN: ${{ inputs.RUNNER_TOKEN || ${{ secrets.GITEA_TOKEN }} || secrets.RUNNER_TOKEN }} + RUNNER_TOKEN: ${{ inputs.RUNNER_TOKEN || secrets.GITEA_TOKEN || secrets.RUNNER_TOKEN }} KEEP_COUNT: ${{ inputs.KEEP_COUNT }} \ No newline at end of file