Imported AI generated TypeScript action skeleton.
This commit is contained in:
17
action.yml
Normal file
17
action.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
name: 'Setup Tool'
|
||||
description: 'Download and setup a tool'
|
||||
author: 'GitHub Copilot'
|
||||
inputs:
|
||||
tool-url:
|
||||
description: 'The URL of the tool to download'
|
||||
required: true
|
||||
tool-name:
|
||||
description: 'The name of the tool'
|
||||
required: true
|
||||
version:
|
||||
description: 'The version of the tool'
|
||||
required: false
|
||||
default: 'latest'
|
||||
runs:
|
||||
using: 'node24'
|
||||
main: 'dist/index.js'
|
||||
Reference in New Issue
Block a user