update packages to fix add-path

This commit is contained in:
ruki
2020-11-17 22:31:36 +08:00
Unverified
parent f2a225534c
commit 4fc6b5b47d
19 changed files with 101 additions and 35 deletions
+2 -1
View File
@@ -89,6 +89,7 @@ try {
}
// Do stuff
core.info('Output to the actions build log')
}
catch (err) {
core.error(`Error ${err}, action may still succeed though`);
@@ -143,4 +144,4 @@ const core = require('@actions/core');
var pid = core.getState("pidToKill");
process.kill(pid);
```
```