mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Explicitly set base branch for markdown link check (#985)
This commit is contained in:
parent
d82560f7d6
commit
a73c5fac38
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue