refactor: update action usage and input descriptions in README and action.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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: '保留的版本數量'
|
||||
|
||||
Reference in New Issue
Block a user