Skip to content

Commit

Permalink
Update docs-preview-links.yml (elastic#175699)
Browse files Browse the repository at this point in the history
### Summary

The new check added in elastic#175463 is
currently failing:

<img width="941" alt="Screenshot 2024-01-26 at 7 38 06 AM"
src="https://github.com/elastic/kibana/assets/5618806/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
  • Loading branch information
bmorelli25 authored and CoenWarmer committed Feb 15, 2024
1 parent 774a997 commit ed94f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-preview-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ed94f42

Please sign in to comment.