Skip to content

Commit

Permalink
Merge pull request #207 from OctopusDeploy/update-docs-to-remove-quotes
Browse files Browse the repository at this point in the history
Remove quotes from README.md example

The example in the readme has the packageId property as a multi-line string, but with single quotes around the value. This means that the id getting set includes the quotes, which means it doesn't match and therefore doesn't work.
  • Loading branch information
lourens-octopus authored Jul 8, 2024
2 parents 5e88659 + 1aa9096 commit 40dcaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:
uses: OctopusDeploy/push-build-information-action@v3
with:
packages: |
'<packageId1>'
<packageId1>
version: '<versionofpackages>'
```
Expand Down

0 comments on commit 40dcaf5

Please sign in to comment.