From 3cab72e87e220214ba9bd25f3c611341a70f81f5 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 8 Sep 2024 21:42:21 +0200 Subject: [PATCH] [TEMP] Check out https://github.com/ansible-community/antsibull-fileutils/pull/1. --- .github/workflows/antsibull-build.yml | 10 +++++----- .github/workflows/nox.yml | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/antsibull-build.yml b/.github/workflows/antsibull-build.yml index 32364217..085313b6 100644 --- a/.github/workflows/antsibull-build.yml +++ b/.github/workflows/antsibull-build.yml @@ -31,28 +31,28 @@ jobs: antsibull_changelog_ref: 0.24.0 antsibull_core_ref: stable-2 antsibull_docutils_ref: 1.0.0 # isn't used by antsibull-changelog 0.24.0 - antsibull_fileutils_ref: main + antsibull_fileutils_ref: pull/1/head - name: Ansible 9 options: '-e antsibull_ansible_version=9.99.0' python: '3.11' antsibull_changelog_ref: main antsibull_core_ref: stable-2 antsibull_docutils_ref: main - antsibull_fileutils_ref: main + antsibull_fileutils_ref: pull/1/head - name: Ansible 10 options: '-e antsibull_ansible_version=10.99.0' python: '3.12' antsibull_changelog_ref: main antsibull_core_ref: main antsibull_docutils_ref: main - antsibull_fileutils_ref: main + antsibull_fileutils_ref: pull/1/head - name: Ansible 11 options: '-e antsibull_ansible_version=11.99.0' python: '3.12' antsibull_changelog_ref: main antsibull_core_ref: main antsibull_docutils_ref: main - antsibull_fileutils_ref: main + antsibull_fileutils_ref: pull/1/head steps: - name: Check out antsibull @@ -84,7 +84,7 @@ 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: ${{ matrix.antsibull_fileutils_ref }} diff --git a/.github/workflows/nox.yml b/.github/workflows/nox.yml index c0d22069..df52233c 100644 --- a/.github/workflows/nox.yml +++ b/.github/workflows/nox.yml @@ -77,8 +77,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: pull/1/head - name: Install extra packages if: "matrix.packages != ''" run: |