Skip to content

Commit 907b4fd

Browse files
committed
Update build files with npm run all
1 parent 3754005 commit 907b4fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/action-dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ function submitSnapshot(snapshot, context = github.context) {
475475
core.notice('Submitting snapshot...');
476476
core.notice(snapshot.prettyJSON());
477477
const repo = context.repo;
478-
const githubToken = core.getInput('token') || core.getIDToken;
478+
const githubToken = core.getInput('token') || (yield core.getIDToken());
479479
const octokit = new rest_1.Octokit({
480480
auth: githubToken
481481
});

example/action-dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)