You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2021/10/26 00:27:15 UTC

[maven-gh-actions-shared] branch v1 updated: Rename workflow to maven-verify (#11)

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch v1
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/v1 by this push:
     new a3240da  Rename workflow to maven-verify (#11)
a3240da is described below

commit a3240da502c4b508b55af8cf8d954bec70c8be1b
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Tue Oct 26 02:27:10 2021 +0200

    Rename workflow to maven-verify (#11)
---
 .../{maven-verify-with-its-test.yml => maven-verify-test.yml}         | 4 ++--
 .github/workflows/{maven-verify-with-its.yml => maven-verify.yml}     | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-verify-with-its-test.yml b/.github/workflows/maven-verify-test.yml
similarity index 96%
rename from .github/workflows/maven-verify-with-its-test.yml
rename to .github/workflows/maven-verify-test.yml
index d3833be..50c6609 100644
--- a/.github/workflows/maven-verify-with-its-test.yml
+++ b/.github/workflows/maven-verify-test.yml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: Verify
+name: Verify - Test
 
 on: push
 
@@ -23,4 +23,4 @@ jobs:
   build:
     name: Verify
     # for testing purpose you can change to your fork and branch
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify-with-its.yml@main
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1
diff --git a/.github/workflows/maven-verify-with-its.yml b/.github/workflows/maven-verify.yml
similarity index 100%
rename from .github/workflows/maven-verify-with-its.yml
rename to .github/workflows/maven-verify.yml