Explicitly set base branch for markdown link check (#985)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user