Skip to content

Commit

Permalink
[TEMP] Use my branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 10, 2024
1 parent dd92562 commit 2546a50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/antsibull-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,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: collection-meta

- name: Check out dependent project antsibull-docutils
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 @@ -62,8 +62,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: collection-meta
- name: Check out dependent project antsibull-changelog
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2546a50

Please sign in to comment.