diff --git a/.github/workflows/invalid.yml b/.github/workflows/invalid.yml index f7d14e6..92250e7 100644 --- a/.github/workflows/invalid.yml +++ b/.github/workflows/invalid.yml @@ -20,7 +20,7 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: 'This PR is not valid. Please read [contributing guidelines](https://github.com/MunGell/awesome-for-beginners/CONTRIBUTING.md).' + body: 'This PR is not valid. Please read [contributing guidelines](https://github.com/MunGell/awesome-for-beginners/blob/main/CONTRIBUTING.md).' }); if (context.payload.pull_request.labels.indexOf('Invalid') === -1) { await github.rest.issues.addLabels({