Skip to content

Commit

Permalink
ci: set the right base branch for the link check
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Świątek committed Dec 21, 2022
1 parent 259a223 commit 3400445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
config-file: '.markdown_link_check.json'
use-quiet-mode: yes
check-modified-files-only: yes
base-branch: main
base-branch: ${{ github.base_ref }}

md-links-lint:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 3400445

Please sign in to comment.