Explicitly set base branch for markdown link check (#985)

This commit is contained in:
Zach Wasserman 2021-06-06 19:18:28 -07:00 committed by GitHub
parent d82560f7d6
commit a73c5fac38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
name: Check for bad links in documentation
on: [push, pull_request]
on: [ pull_request]
jobs:
markdown-link-check:
@ -12,3 +12,4 @@ jobs:
check-modified-files-only: 'yes'
use-quiet-mode: 'yes'
config-file: .github/workflows/markdown-link-check-config.json
base-branch: ${{ github.base_ref }}