node_modules: update

This commit is contained in:
Dawid Dziurla
2020-08-30 12:05:39 +02:00
parent e3e388ffee
commit 1e8a3ef594
11 changed files with 94 additions and 45 deletions

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);
```
```