Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Meyer authored Feb 9, 2021
1 parent 017906b commit 2c897cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import * as github from '@actions/github';

async function run() {
try {
console.log(`github.context: ${JSON.stringify(github.context)}`);
const labels = github.context!.payload!.pull_request!.labels;

enforceAnyLabels(labels);
Expand Down

0 comments on commit 2c897cd

Please sign in to comment.