Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: J10a1n15 <[email protected]>
  • Loading branch information
j10a1n15 committed Aug 13, 2024
1 parent a462f52 commit 3674dd0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/scripts/checkDependencies.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ async function run() {

const context = JSON.parse(process.env.GITHUB_CONTEXT);

const {event, repository} = context;

const pull_request = event.pull_request;
const pull_request = context.event.pull_request;

const owner = context.repository_owner;
const name = context.repository.split("/")[1];
Expand Down

0 comments on commit 3674dd0

Please sign in to comment.