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) {
process.chdir(directory)
core.saveState("directory", directory)
}
if (key) {