We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae0ac7 commit ec8d3c9Copy full SHA for ec8d3c9
src/library.js
@@ -51,6 +51,8 @@ function setup() {
51
} else {
52
entities = entitiesJSON ? JSON.parse(entitiesJSON) : [];
53
}
54
+ const githubContext = github.context;
55
+ core.info(`GitHub context: ${JSON.stringify(githubContext)}`);
56
const server_url = github.context.serverUrl;
57
const workflow_run_id = github.context.runId;
58
const owner = github.context.repo.owner;
0 commit comments