Skip to content

Commit ec8d3c9

Browse files
committed
Another fix
1 parent dae0ac7 commit ec8d3c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/library.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ function setup() {
5151
} else {
5252
entities = entitiesJSON ? JSON.parse(entitiesJSON) : [];
5353
}
54+
const githubContext = github.context;
55+
core.info(`GitHub context: ${JSON.stringify(githubContext)}`);
5456
const server_url = github.context.serverUrl;
5557
const workflow_run_id = github.context.runId;
5658
const owner = github.context.repo.owner;

0 commit comments

Comments
 (0)