From 72e2f64f6c800aae9ee05325784f6a18890a3296 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 15 May 2026 02:23:00 +0000 Subject: [PATCH] refactor: update action usage and input descriptions in README and action.yaml --- README.md | 2 +- action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3f3bad..d1e6a91 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ jobs: cleanup: runs-on: ubuntu steps: - - uses: ./ + - uses: https://gitea.jsc.idv.tw/jiantw83/cleanup-nuget@${{ vars.ACTION_CLEANUP_NUGET_VERSION }} with: RUNNER_TOKEN: ${{ secrets.GITEA_TOKEN }} KEEP_COUNT: 2 diff --git a/action.yaml b/action.yaml index 119e87b..048ee0c 100644 --- a/action.yaml +++ b/action.yaml @@ -3,7 +3,7 @@ description: '清理 Nuget 沒用到的資源' author: 'Jeffery' inputs: RUNNER_TOKEN: - description: 'Gitea API token, highest priority source' + description: 'GitHub Runner Token' required: false KEEP_COUNT: description: '保留的版本數量'