Skip to content

Commit 602f86b

Browse files
committed
update token input validation
1 parent e541b22 commit 602f86b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ async function getLatestReleaseTag(token) {
141141
try {
142142
//By default, GITHUB API calls will be made as unauthenticated requests. If token is present, it will be made as authenticated requests.
143143
if (token) {
144-
core.info("Adding HTTP header");
145144
httpHeaders = {
146145
Authorization: `Bearer ${token}`,
147146
};

0 commit comments

Comments
 (0)