refactor: update action usage and input descriptions in README and action.yaml

This commit is contained in:
2026-05-15 02:23:00 +00:00
parent 6d1ff786eb
commit 72e2f64f6c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
cleanup: cleanup:
runs-on: ubuntu runs-on: ubuntu
steps: steps:
- uses: ./ - uses: https://gitea.jsc.idv.tw/jiantw83/cleanup-nuget@${{ vars.ACTION_CLEANUP_NUGET_VERSION }}
with: with:
RUNNER_TOKEN: ${{ secrets.GITEA_TOKEN }} RUNNER_TOKEN: ${{ secrets.GITEA_TOKEN }}
KEEP_COUNT: 2 KEEP_COUNT: 2
+1 -1
View File
@@ -3,7 +3,7 @@ description: '清理 Nuget 沒用到的資源'
author: 'Jeffery' author: 'Jeffery'
inputs: inputs:
RUNNER_TOKEN: RUNNER_TOKEN:
description: 'Gitea API token, highest priority source' description: 'GitHub Runner Token'
required: false required: false
KEEP_COUNT: KEEP_COUNT:
description: '保留的版本數量' description: '保留的版本數量'