You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: monitor/dist/index.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ async function run() {
158
158
constperm=p[kind];
159
159
160
160
if(kind==='unknown'){
161
-
console.log(`The github token was used to call ${result.method}${result.host}${result.path} but the permission is unknown. Please report this to the action author.`);
161
+
core.warning(`The github token was used to call ${result.method}${result.host}${result.path} but the permission is unknown. Please report this to the action author.`);
Copy file name to clipboardExpand all lines: monitor/index.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ async function run() {
74
74
constperm=p[kind];
75
75
76
76
if(kind==='unknown'){
77
-
console.log(`The github token was used to call ${result.method}${result.host}${result.path} but the permission is unknown. Please report this to the action author.`);
77
+
core.warning(`The github token was used to call ${result.method}${result.host}${result.path} but the permission is unknown. Please report this to the action author.`);
0 commit comments