Skip to content

Commit dda48c4

Browse files
committed
Wrapped space command in quotes
1 parent 1887ccb commit dda48c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Push Build Info
8989
run: >-
9090
octo build-information
91-
--space=${{ secrets.OCTOPUS_SERVER_SPACE}}
91+
"--space=${{ secrets.OCTOPUS_SERVER_SPACE}}"
9292
--server=${{ secrets.OCTOPUS_SERVER_URL }}
9393
--apiKey=${{ secrets.OCTOPUS_API_KEY }}
9494
--package-id=octopussamples/randomquotesjava

0 commit comments

Comments
 (0)