| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7ee3fbd commit 01b1946
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,7 +53,7 @@ jobs: | |||
| 53 | 53 | - name: Environment Information | |
| 54 | 54 | run: npx envinfo | |
| 55 | 55 | - name: Get release version numbers | |
| 56 | - if: ${{ github.event.pull_request.base.ref == github.event.pull_request.base.repo.default_branch }} | ||
| 56 | + if: ${{ github.event.pull_request && github.event.pull_request.base.ref == github.event.pull_request.base.repo.default_branch }} | ||
| 57 | 57 | id: get-released-versions | |
| 58 | 58 | run: ./tools/node-lint-md-cli-rollup/src/list-released-versions-from-changelogs.mjs | |
| 59 | 59 | - name: Lint docs | |
| Back | FazBrowse Home | New Git URL |
0 commit comments