Skip to content

[8.12] [ESS][BUG][8.14.11]Fixes minor typos in the 8.11.4 release notes (backport #4597) #128

[8.12] [ESS][BUG][8.14.11]Fixes minor typos in the 8.11.4 release notes (backport #4597)

[8.12] [ESS][BUG][8.14.11]Fixes minor typos in the 8.11.4 release notes (backport #4597) #128

Workflow file for this run

name: docs-preview
on:
pull_request_target:
types: [opened]
permissions:
pull-requests: write
jobs:
doc-preview-pr:
runs-on: ubuntu-latest
steps:
- uses: elastic/docs/.github/actions/docs-preview@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{ github.event.repository.name }}
preview-path: 'guide/en/security/master/index.html'
pr: ${{ github.event.pull_request.number }}