mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
13 lines
253 B
YAML
13 lines
253 B
YAML
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
|