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