Skip to content

Commit c6584a9

Browse files
committed
GitHub action updates
1 parent b6597d6 commit c6584a9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
[
6565
"itbRepoRead", "github"
6666
]
67+
output_file: ~/.m2/settings.xml
6768
- name: Install commons
6869
run: mvn -B install -DskipTests=true
6970
working-directory: commons

.github/workflows/quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
[
7373
"itbRepoRead", "github"
7474
]
75+
output_file: ~/.m2/settings.xml
7576
- name: Install commons
7677
run: mvn -B install -DskipTests=true
7778
working-directory: commons

0 commit comments

Comments
 (0)