Skip to content

Commit d57482c

Browse files
committed
test
1 parent 5bc4a24 commit d57482c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linters.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
id: get-released-versions
5555
run: ./tools/node-lint-md-cli-rollup/src/list-released-versions-from-changelogs.mjs
5656
- run: echo ${{ github.event.pull_request.base.ref }}
57-
- run: echo ${{ github.event.pull_request.base.default_branch }}
58-
- run: echo ${{ github.event.pull_request.base.ref == github.event.pull_request.base.default_branch }}
57+
- run: echo ${{ github.event.pull_request.base.repo.default_branch }}
58+
- run: echo ${{ github.event.pull_request.base.ref == github.event.pull_request.base.repo.default_branch }}
5959
# - name: Lint docs
6060
# run: |
6161
# echo "::add-matcher::.github/workflows/remark-lint-problem-matcher.json"

0 commit comments

Comments
 (0)