Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 8, 2024
1 parent f299de4 commit 2c5d2c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/antsibull-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
- name: Check out dependent project antsibull-fileutils
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-fileutils
repository: felixfontein/antsibull-fileutils
path: antsibull-fileutils
ref: asyncio

# nb: this is the first version of antsibull-docs that declares support
# for antsibull-core v3.
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/antsibull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
- name: Check out dependent project antsibull-fileutils
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-fileutils
repository: felixfontein/antsibull-fileutils
path: antsibull-fileutils
ref: asyncio

# antsibull 0.61.0 depends on antsibull-changelog >= 0.24.0 as well, so install 0.24.0 of that
- name: Check out antsibull-changelog 0.24.0
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
- name: Check out dependent project antsibull-fileutils
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-fileutils
repository: felixfontein/antsibull-fileutils
path: antsibull-fileutils
ref: asyncio
- name: Install extra packages
if: "matrix.packages != ''"
run: |
Expand Down

0 comments on commit 2c5d2c9

Please sign in to comment.