mirror of
https://gitea.com/kongxiangyiren/gitea-tool-cache.git
synced 2025-10-23 03:44:44 +08:00
22 lines
563 B
YAML
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'
|