mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 07:26:25 +00:00
main: save directory to state
This commit is contained in:
parent
c65cf629fb
commit
83c93acd55
1 changed files with 1 additions and 0 deletions
1
main.js
1
main.js
|
@ -20,6 +20,7 @@ async function main() {
|
|||
|
||||
if (directory) {
|
||||
process.chdir(directory)
|
||||
core.saveState("directory", directory)
|
||||
}
|
||||
|
||||
if (key) {
|
||||
|
|
Loading…
Reference in a new issue