1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2025-02-22 13:12:18 +00:00
action-ansible-playbook/.github/workflows
Alex van den Hoogen a4d1256d3c
Add check mode and fixes boolean inputs (#111)
* Add check mode option

* Fixes boolean inputs

Boolean inputs weren't working properly before. Passing any value would
result in `true`, which is unexpected and not according to inputs
description. This change retrieves booleans with `getBooleanInput()` and
sets a default to `false`.

Relevant GitHub discussion and comment: https://github.com/actions/toolkit/issues/361#issuecomment-829507270

* Update action.yml

* Update test.yml

* Update test.yml

---------

Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2025-02-10 18:11:33 +01:00
..
test.yml Add check mode and fixes boolean inputs (#111) 2025-02-10 18:11:33 +01:00