Skip to content

Commit

Permalink
Attempt to move the checked-out repo the correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvorak001 committed Dec 9, 2023
1 parent b417a6b commit 09f264d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 09f264d

Please sign in to comment.