update dependency after merge from master

This commit is contained in:
Slawomir Jaranowski
2020-03-10 23:20:34 +01:00
parent 2d2d5e94f6
commit 6fd54e3151
19 changed files with 244 additions and 231 deletions

View File

@ -82,6 +82,12 @@ try {
core.warning('myInput was not set');
}
if (core.isDebug()) {
// curl -v https://github.com
} else {
// curl https://github.com
}
// Do stuff
}
catch (err) {