Skip to content

Commit 0f0ddb9

Browse files
committed
Used consistent line endings
1 parent 1606434 commit 0f0ddb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: mv target/app.jar target/app.0.1.${{ github.run_number }}.jar
5656

5757
- name: Push Package
58-
run: >
58+
run: >-
5959
octo push
6060
--space=${{ secrets.OCTOPUS_SERVER_SPACE}}
6161
--server=${{ secrets.OCTOPUS_SERVER_URL }}
@@ -81,7 +81,7 @@ jobs:
8181
}}" > buildinfo.json; cat buildinfo.json
8282
8383
- name: Push Build Info Package
84-
run: >
84+
run: >-
8585
octo build-information
8686
--space=${{ secrets.OCTOPUS_SERVER_SPACE}}
8787
--server=${{ secrets.OCTOPUS_SERVER_URL }}

0 commit comments

Comments
 (0)