From 69e1b8a5532bde455f0d4cba4d0bbf17c32928ca Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 25 Mar 2026 02:45:22 +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 d0c5c93..ff4e8a3 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.RUNNER_TOKEN }} + RUNNER_TOKEN: ${{ inputs.RUNNER_TOKEN || ${{ secrets.GITEA_TOKEN }} || secrets.RUNNER_TOKEN }} KEEP_COUNT: ${{ inputs.KEEP_COUNT }} \ No newline at end of file -- 2.48.1