Files
gitea-tool-cache/action.yml
2024-03-09 21:24:24 +08:00

22 lines
563 B
YAML

name: 'Gitea Tool Cache'
description: 'A Gitea Action Tool Cache Image Download'
author: 'kongxiangyiren'
inputs:
node-version:
description: 'The node version to use'
required: false
go-version:
description: 'The go version to use'
required: false
dotnet-version:
description: 'The dotnet version to use'
required: false
outputs:
dotnet-path:
description: 'The path to the dotnet executable'
node-version:
description: 'The version of node being used'
runs:
using: 'node16'
main: 'dist/index.js'