Skip to content

Commit

Permalink
MINOR: [Docs] Fix preview docs job to use crossbow main instead of ma…
Browse files Browse the repository at this point in the history
…ster
  • Loading branch information
raulcd committed Apr 18, 2023
1 parent 00072f9 commit 941f178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/docs/github.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout Crossbow
uses: actions/checkout@v3
with:
ref: {{ default_branch|default("master") }}
ref: {{ default_branch|default("main") }}
path: crossbow
fetch-depth: 1
- name: Prepare docs
Expand Down

0 comments on commit 941f178

Please sign in to comment.