mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update docs-preview-links.yml (#175699)
### Summary
The new check added in https://github.com/elastic/kibana/pull/175463 is
currently failing:
<img width="941" alt="Screenshot 2024-01-26 at 7 38 06 AM"
src="3d196fbb
-e462-42d4-89fe-08191378913e">
I think this needs to point to the `@master` branch instead of
`@current`. For example:
1.
https://github.com/elastic/stack-docs/blob/main/.github/workflows/docs-preview-links.yml#L15
2.
https://github.com/elastic/docs/blob/master/.github/workflows/doc-preview.yml#L17
This commit is contained in:
parent
0dc09f667c
commit
5e2f27c835
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs-preview-links.yml
vendored
2
.github/workflows/docs-preview-links.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
doc-preview:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: elastic/docs/.github/actions/docs-preview@current
|
||||
- uses: elastic/docs/.github/actions/docs-preview@master
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repo: ${{ github.event.repository.name }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue