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 0daeaca44ee46ea28e2815f2c66d7c3779b4d16e 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
