1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

update dependencies

This commit is contained in:
shimataro 2020-03-14 14:05:01 +09:00
parent f75e1f50c3
commit 35d135cd77
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
7 changed files with 578 additions and 488 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) {