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

gnodet pushed a commit to branch MNG-7129-maven-caching
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-7129-maven-caching by this 
push:
     new 2652518  Add path for the script
2652518 is described below

commit 2652518881d47c0c0a100fc7c94ef48a55b045d4
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Wed Dec 1 10:39:06 2021 +0100

    Add path for the script
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4a79ed5..6192cb5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -50,7 +50,7 @@ jobs:
 
       - name: Build maven distributions
         if: steps.cache.outputs.cache-hit != 'true'
-        run: run-its.sh
+        run: ${{ env.REPO_USER }}/run-its.sh
 
       - name: Build with Maven
         run: mvn verify -e -B -V

Reply via email to