Skip to content

Commit

Permalink
fix dep. check
Browse files Browse the repository at this point in the history
  • Loading branch information
adamamer20 committed Feb 3, 2024
1 parent cd7ea48 commit 4c30420
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/issues-dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
const issueRegex = /depends on #(\d+(?:\s+#\d+)*)/ig;
async function run() {
const token = core.getInput('github-token', { required: true });
const octokit = github.getOctokit(token);
const { context } = github;
// Get the PR description
Expand Down

0 comments on commit 4c30420

Please sign in to comment.