We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3db4a commit cbe6930Copy full SHA for cbe6930
.github/workflows/doc-preview.yml
@@ -14,7 +14,7 @@ jobs:
14
if: github.event_name == 'pull_request_target'
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: elastic/docs/.github/actions/docs-preview@main
+ - uses: elastic/docs/.github/actions/docs-preview@master
18
with:
19
github-token: ${{ secrets.GITHUB_TOKEN }}
20
repo: ${{ github.event.repository.name }}
@@ -24,7 +24,7 @@ jobs:
24
if: github.event_name == 'workflow_dispatch'
25
26
27
28
29
30
0 commit comments