From c17275b0eebe4e4de039b35f6580868ce4a673e8 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 22 Feb 2020 13:36:11 +0100 Subject: [PATCH] override settings.xml by default --- .github/workflows/test.yml | 6 ++++++ action.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aaabbf9c..24e5e382 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,9 +15,15 @@ jobs: steps: - uses: actions/checkout@v1 + - uses: actions/setup-node@v1 with: node-version: '12.x' + + - uses: actions/setup-java@v1 + with: + java-version: '1.8' + - run: npm version - run: npm ci - run: npm audit diff --git a/action.yml b/action.yml index 25a06a52..3c6882d1 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: required: false override: description: 'override existing settings.xml file' - default: "false" + default: "true" required: false