From 09f264deb528bc9fc932d0b9c9650b6fc1331f20 Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Sat, 9 Dec 2023 18:03:10 +0100 Subject: [PATCH] Attempt to move the checked-out repo the correct location --- .github/workflows/maven.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0767fba..355fcee 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,8 +20,10 @@ jobs: uses: actions/checkout@v4 with: repository: openaire/guidelines-cris-managers - path: ../guidelines-cris-managers + path: guidelines-cris-managers ref: main + - name: Move the OpenAIRE Guidelines for CRIS Managers repo to the expected location + run: mv guidelines-cris-managers .. - name: Set up JDK 17 uses: actions/setup-java@v3 with: