mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-25 01:48:55 +00:00
Use node16 (#62)
* node16 * dispatch * remove workflow_dispatch Co-authored-by: Angus Clinch <ANGUS306@bailliegifford.com>
This commit is contained in:
parent
395cfbcb3d
commit
009b88e9b8
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ outputs:
|
||||||
output:
|
output:
|
||||||
description: The captured output of both stdout and stderr from the Ansible Playbook run
|
description: The captured output of both stdout and stderr from the Ansible Playbook run
|
||||||
runs:
|
runs:
|
||||||
using: node12
|
using: node16
|
||||||
main: main.js
|
main: main.js
|
||||||
post: post.js
|
post: post.js
|
||||||
|
|
Loading…
Reference in a new issue