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 b2ef1d20 Missing ) [skip ci] b2ef1d20 is described below commit b2ef1d20f7da7d312b57bd8a82dcbfbf9a6971f6 Author: Sebb <s...@apache.org> AuthorDate: Tue Oct 31 23:25:42 2023 +0000 Missing ) [skip ci] --- .github/workflows/maven_adhoc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven_adhoc.yml b/.github/workflows/maven_adhoc.yml index 2a8cf2eb..cd42c6aa 100644 --- a/.github/workflows/maven_adhoc.yml +++ b/.github/workflows/maven_adhoc.yml @@ -70,8 +70,8 @@ jobs: run: | openssl version -e chcp 65001 #set code page to utf-8 - echo ((openssl version -e) -replace ': "','=' -replace '\\engines-.*','' >> $env:GITHUB_ENV - echo ((openssl version -e) -replace ': "','=' -replace '\\engines-.*','' + echo ((openssl version -e) -replace ': "','=' -replace '\\engines-.*','') >> $env:GITHUB_ENV + echo ((openssl version -e) -replace ': "','=' -replace '\\engines-.*','') # - name: Build with Maven (not Windows) # if: ${{ matrix.os != 'windows-latest' }} # run: |