We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f9304 commit bf391dfCopy full SHA for bf391df
.github/workflows/linters.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Environment Information
52
run: npx envinfo
53
- name: Get release version numbers
54
- if: ${{ github.event.pull_request.base.ref == github.event.pull_request.base.default_branch }}
+ if: ${{ github.event.pull_request.base.ref == github.event.pull_request.base.repo.default_branch }}
55
id: get-released-versions
56
run: ./tools/node-lint-md-cli-rollup/src/list-released-versions-from-changelogs.mjs
57
- name: Lint docs
0 commit comments