We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48ab7e commit 8681df1Copy full SHA for 8681df1
index.js
@@ -53,7 +53,7 @@ if (pid) {
53
core.exportVariable('SSH_AGENT_PID', pid);
54
core.setOutput('agent-pid', pid);
55
} catch (e) {
56
- core.warning('PID capture failed (fuser). Skipping...');
+ core.info('PID capture failed (fuser). Skipping...');
57
}
58
59
core.exportVariable('SSH_AUTH_SOCK', socketPath);
0 commit comments