mirror of
https://git.studyfor.work/actions/gitea-tool-cache.git
synced 2026-01-12 00:16:03 +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'
|