Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 15, 2024
1 parent 229af11 commit 911d64e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/antsibull-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
- name: Check out dependent project antsibull-core
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-core
repository: felixfontein/antsibull-core
path: antsibull-core
ref: ${{ matrix.antsibull_core_ref }}
ref: pydantic-lint

- name: Check out dependent project antsibull-docs-parser
uses: actions/checkout@v4
Expand Down Expand Up @@ -188,8 +188,9 @@ jobs:
- name: Check out dependent project antsibull-core
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-core
repository: felixfontein/antsibull-core
path: antsibull-core
ref: pydantic-lint

- name: Check out dependent project antsibull-docs-parser
uses: actions/checkout@v4
Expand Down Expand Up @@ -267,8 +268,9 @@ jobs:
- name: Check out dependent project antsibull-core
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-core
repository: felixfontein/antsibull-core
path: antsibull-core
ref: pydantic-lint

- name: Check out dependent project antsibull-docs-parser
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
- name: Check out dependent project antsibull-core
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-core
repository: felixfontein/antsibull-core
path: antsibull-core
ref: pydantic-lint
- name: Check out dependent project antsibull-docs-parser
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 911d64e

Please sign in to comment.