Skip to content

Commit

Permalink
smth smth module file
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 b59f54c commit 63e3066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/checkDependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function run() {
const prNumber = pull_request.number;
const prBody = pull_request.body;

const dependencyRegex = /## Dependencies\s*([\s\S]*)/;
const dependencyRegex = /## Dependencies/;
const match = prBody.match(dependencyRegex);

if (match) {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
run: npm install @octokit/rest

- name: Run dependency check script
run: node .github/scripts/checkDependencies.js
run: node .github/scripts/checkDependencies.mjs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 63e3066

Please sign in to comment.