1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2024-11-22 07:26:25 +00:00

action: change default directory to ./

github.workspace directory is not available in container
This commit is contained in:
Dawid Dziurla 2020-03-24 22:29:40 +01:00
parent 05885e8435
commit 5f9b0124a8
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -10,7 +10,7 @@ inputs:
directory:
description: Root directory of Ansible project
required: false
default: ${{github.workspace}}
default: ./
key:
description: SSH private key used to connect to the host
required: true