Skip to content

Commit 8681df1

Browse files
authored
chore: treat warning as info (#51)
1 parent e48ab7e commit 8681df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if (pid) {
5353
core.exportVariable('SSH_AGENT_PID', pid);
5454
core.setOutput('agent-pid', pid);
5555
} catch (e) {
56-
core.warning('PID capture failed (fuser). Skipping...');
56+
core.info('PID capture failed (fuser). Skipping...');
5757
}
5858

5959
core.exportVariable('SSH_AUTH_SOCK', socketPath);

0 commit comments

Comments
 (0)