mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2026-02-01 15:13:03 -07:00
* Initial plan * Convert CommonJS imports to ESM Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com> * Use namespace imports for all modules Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
11 lines
189 B
JSON
11 lines
189 B
JSON
{
|
|
"name": "action-ansible-playbook",
|
|
"type": "module",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"@actions/core": "^3.0.0",
|
|
"@actions/exec": "^3.0.0",
|
|
"yaml": "^2.8.2"
|
|
}
|
|
}
|