Skip to content

Commit 159e8d2

Browse files
committed
Nicer parentheses in github workflow file.
1 parent 8a287b6 commit 159e8d2

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

.github/workflows/maven-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
maven-version: 3.9.6
3232
- name: Build with Maven
33-
run: "mvn -B package --file pom.xml -DunofficialSuffix=\\'-PR${{ PR_NUMBER }}\\'"
33+
run: "mvn -B package --file pom.xml -DunofficialSuffix=\"'-PR${{ PR_NUMBER }}'\""
3434
env:
3535
PR_NUMBER: ${{ github.event.number }}
3636
- name: Archive Build Artifacts

Jenkinsfile

-33
This file was deleted.

0 commit comments

Comments
 (0)