Skip to content

Commit cbe6930

Browse files
authored
Fix GH action branch name
1 parent 4b3db4a commit cbe6930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.event_name == 'pull_request_target'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: elastic/docs/.github/actions/docs-preview@main
17+
- uses: elastic/docs/.github/actions/docs-preview@master
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
2020
repo: ${{ github.event.repository.name }}
@@ -24,7 +24,7 @@ jobs:
2424
if: github.event_name == 'workflow_dispatch'
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: elastic/docs/.github/actions/docs-preview@main
27+
- uses: elastic/docs/.github/actions/docs-preview@master
2828
with:
2929
github-token: ${{ secrets.GITHUB_TOKEN }}
3030
repo: ${{ github.event.repository.name }}

0 commit comments

Comments
 (0)