1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2024-11-22 15:32:18 +00:00

main: save directory to state

This commit is contained in:
Dawid Dziurla 2020-05-14 20:13:55 +02:00 committed by GitHub
parent c65cf629fb
commit 83c93acd55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ async function main() {
if (directory) { if (directory) {
process.chdir(directory) process.chdir(directory)
core.saveState("directory", directory)
} }
if (key) { if (key) {