This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch GITHUB_ACTIONS in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit 2bf7cc5d8b4bca2b818c27000cee609c74ee353a Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Mon Aug 12 23:12:00 2019 +0200 Renamed maiin to maven.yml --- .github/workflows/{main.yml => maven.yml} | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/maven.yml similarity index 99% rename from .github/workflows/main.yml rename to .github/workflows/maven.yml index 46db5f7..c704031 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/maven.yml @@ -35,7 +35,6 @@ jobs: - uses: actions/checkout@master with: fetch-depth: 10 - - name: Build run: mvn -V --no-transfer-progress -B clean verify -Prun-its shell: bash
