We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8c742 commit f76e8cbCopy full SHA for f76e8cb
2 files changed
dev/tasks/docs/github.linux.yml
@@ -44,6 +44,7 @@ jobs:
44
- name: Checkout Crossbow
45
uses: actions/checkout@v4
46
with:
47
+ persist-credentials: false
48
ref: {{ default_branch|default("main") }}
49
path: crossbow
50
fetch-depth: 1
dev/tasks/macros.jinja
@@ -34,6 +34,7 @@ env:
34
35
fetch-depth: {{ fetch_depth }}
36
path: arrow
37
38
repository: {{ arrow.github_repo }}
39
ref: {{ arrow.head }}
40
submodules: {{ submodules }}
@@ -84,6 +85,7 @@ env:
84
85
86
87
88
89
ref: {{ job.branch }}
90
- name: Setup Crossbow
91
shell: bash
0 commit comments