This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/master by this push:
new 8521612 fix yaml file
8521612 is described below
commit 8521612a906558edafc08211243244da4b4a4d04
Author: Antoine Toulme <[email protected]>
AuthorDate: Mon Apr 27 23:39:15 2020 -0700
fix yaml file
---
.github/workflows/master-pr-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/master-pr-build.yml
b/.github/workflows/master-pr-build.yml
index fa8f16b..b11e129 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -45,7 +45,7 @@ jobs:
- name: Cache Gradle packages
uses: actions/cache@v1
with:
- path: ~/.gradle/caches
+ path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: Cache Maven Repository
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]