Closed laurelmay closed 2 years ago
GitHub has recently deprececated the set-output function in workflows, instead having users switch to to using a newly created environment file for this purpose. Because this is confusing, the behavior is extracted to a function that we can reuse.
set-output
This new ansible-lint error doesn't feel fun:
ansible-lint
Use `ansible.builtin.include_tasks` or `ansible.legacy.include_tasks` instead.
GitHub has recently deprececated the
set-output
function in workflows, instead having users switch to to using a newly created environment file for this purpose. Because this is confusing, the behavior is extracted to a function that we can reuse.