This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new a0623cc Need quotes
a0623cc is described below
commit a0623cc073756adbc71ad8fd4f73ba8de1a48c61
Author: Sebb <[email protected]>
AuthorDate: Mon Jun 13 17:53:46 2022 +0100
Need quotes
---
.github/workflows/maven_win.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven_win.yml b/.github/workflows/maven_win.yml
index 34e1bbe..50f9804 100644
--- a/.github/workflows/maven_win.yml
+++ b/.github/workflows/maven_win.yml
@@ -24,7 +24,7 @@ on:
# trigger outselves on change
push:
paths:
- - **/workflows/maven_win.yml
+ - '**/workflows/maven_win.yml'
jobs:
build: