You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Installs tools for local GitHub Actions development: act (local runner) and actionlint (workflow linter).",
"options": {
"install": {
"type": "string",
"default": "",
"description": "Comma-separated list of tools to install (e.g. 'act'). When set, only the listed tools are installed. When empty (default), all tools are installed."
},
"omit": {
"type": "string",
"default": "",
"description": "Comma-separated list of tools to exclude (e.g. 'actionlint'). When set, the listed tools are skipped. Applied after 'install' filtering."
},
"actVersion": {
"type": "string",
"default": "latest",
"description": "Version of act to install, or 'latest'"
},
"actionlintVersion": {
"type": "string",
"default": "latest",
"description": "Version of actionlint to install, or 'latest'"