From 5604f25e9c59d27eacc31afb4a1c29b949087596 Mon Sep 17 00:00:00 2001 From: Rolf Krahl Date: Mon, 14 Oct 2024 11:17:15 +0200 Subject: [PATCH] Switch to master branch of icat-ansible, the payara6 branch is outdated --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 1867feb..1b8c11a 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -38,7 +38,7 @@ jobs: with: repository: icatproject-contrib/icat-ansible path: icat-ansible - ref: payara6 + ref: master - name: Install Ansible run: pip install -r icat-ansible/requirements.txt