We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce0dc1 commit 871d421Copy full SHA for 871d421
1 file changed
.github/workflows/maven.yml
@@ -127,11 +127,11 @@ jobs:
127
ls -la
128
shell: bash
129
- name: Push packages to Octopus Deploy
130
- uses: OctopusDeploy/push-package-action@v3
+ uses: OctopusDeploy/push-package-action@fix/space-lookups
131
env:
132
OCTOPUS_API_KEY: ${{ secrets.OCTOPUS_API_TOKEN }}
133
OCTOPUS_URL: https://mattc.octopus.app
134
- OCTOPUS_SPACE: Default
+ OCTOPUS_SPACE: Test
135
with:
136
packages: ${{ steps.get_octopus_artifact.outputs.artifact }}
137
overwrite_mode: OverwriteExisting
0 commit comments