Skip to content

Commit 1757052

Browse files
committed
[TEMP] Use my branch of antsibull-core.
1 parent f182043 commit 1757052

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/antsibull-docs.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
- name: Check out dependent project antsibull-core
5959
uses: actions/checkout@v5
6060
with:
61-
repository: ansible-community/antsibull-core
61+
repository: felixfontein/antsibull-core
62+
ref: logging
6263
path: antsibull-core
63-
ref: ${{ matrix.antsibull_core_ref }}
6464
persist-credentials: false
6565

6666
- name: Check out dependent project antsibull-docs-parser
@@ -196,7 +196,8 @@ jobs:
196196
- name: Check out dependent project antsibull-core
197197
uses: actions/checkout@v5
198198
with:
199-
repository: ansible-community/antsibull-core
199+
repository: felixfontein/antsibull-core
200+
ref: logging
200201
path: antsibull-core
201202
persist-credentials: false
202203

@@ -281,7 +282,8 @@ jobs:
281282
- name: Check out dependent project antsibull-core
282283
uses: actions/checkout@v5
283284
with:
284-
repository: ansible-community/antsibull-core
285+
repository: felixfontein/antsibull-core
286+
ref: logging
285287
path: antsibull-core
286288
persist-credentials: false
287289

.github/workflows/nox.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
- name: Check out dependent project antsibull-core
5252
uses: actions/checkout@v5
5353
with:
54-
repository: ansible-community/antsibull-core
54+
repository: felixfontein/antsibull-core
55+
ref: logging
5556
path: antsibull-core
5657
persist-credentials: false
5758
- name: Check out dependent project antsibull-docs-parser

0 commit comments

Comments
 (0)