Skip to content

Commit

Permalink
remove require core
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Sep 2, 2024
1 parent 26edeb2 commit 65b1387
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/registry-updates-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: actions/github-script@v7
with:
script: |
const core = require('@actions/core');
const { owner, repo } = context.issue;
const pull_number = context.payload.pull_request.number;
console.log("Owner and repo and pull_number", owner, repo, pull_number);
Expand Down

0 comments on commit 65b1387

Please sign in to comment.