mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-18 20:02:36 +08:00
17 lines
350 B
YAML
17 lines
350 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
|
|
checksum:
|
|
description: Whether to enable checksums
|
|
required: false
|
|
default: 'true'
|
|
|
|
runs:
|
|
using: node16
|
|
main: main.js
|