mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05: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
|