This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/v2 by this push:
new ad64964 Use local reference action during test
ad64964 is described below
commit ad64964007d2d1beff7ca5891c175e5b9bb6d89f
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Jun 19 22:57:11 2022 +0200
Use local reference action during test
---
.github/workflows/maven-verify-test.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/maven-verify-test.yml
b/.github/workflows/maven-verify-test.yml
index 1af31db..5c34b24 100644
--- a/.github/workflows/maven-verify-test.yml
+++ b/.github/workflows/maven-verify-test.yml
@@ -23,13 +23,11 @@ jobs:
verify-1:
name: Verify 1
- # for testing purpose you can change to your fork and branch
- uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+ uses: ./.github/workflows/maven-verify.yml
verify-2:
name: Verify 2
- # for testing purpose you can change to your fork and branch
- uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+ uses: ./.github/workflows/maven-verify.yml
with:
ff-goal: test
verify-goal: clean install