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

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) {