mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-27 01:20:28 +00:00
Initial implementation
This commit is contained in:
12
action.yml
Normal file
12
action.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Install development tools
|
||||
description: GitHub Action for installing development tools
|
||||
|
||||
inputs:
|
||||
tool:
|
||||
description: Tools to install (comma-separated list)
|
||||
required: true
|
||||
# default: #publish:tool
|
||||
|
||||
runs:
|
||||
using: node16
|
||||
main: main.js
|
||||
Reference in New Issue
Block a user