Skip to content

Commit

Permalink
Merge pull request #25 from dominikmeyersap/patch-1
Browse files Browse the repository at this point in the history
Update main.ts
  • Loading branch information
yogevbd committed Feb 10, 2021
2 parents 017906b + 2c897cd commit 9f40e51
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 9f40e51

Please sign in to comment.