From b1f46cf66d1113636667725cb2631c2de2a580ac Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Wed, 16 Mar 2022 13:41:16 +0000 Subject: [PATCH] ci: move back to ICAT Ansible master branch --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index e485a0fb..3a87bf1b 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v2 with: repository: icatproject-contrib/icat-ansible - ref: underscore_changes + ref: master path: icat-ansible - name: Install Ansible run: pip install -r icat-ansible/requirements.txt @@ -195,7 +195,7 @@ jobs: uses: actions/checkout@v2 with: repository: icatproject-contrib/icat-ansible - ref: underscore_changes + ref: master path: icat-ansible - name: Install Ansible run: pip install -r icat-ansible/requirements.txt