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:
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) {
|
if (directory) {
|
||||||
process.chdir(directory)
|
process.chdir(directory)
|
||||||
|
core.saveState("directory", directory)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (key) {
|
if (key) {
|
||||||
|
|
Loading…
Reference in a new issue