Skip to content

Commit

Permalink
Merge pull request #10 from OctopusDeploy/hnrkndrssn-patch-1
Browse files Browse the repository at this point in the history
Fix examples in readme
  • Loading branch information
hnrkndrssn authored Jan 12, 2023
2 parents 0cd4145 + 93383e2 commit cbddb8b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ steps:
with:
project: 'MyProject'
release_version: '1.0.0'
environments: [ |
'Dev'
'Test']
variables: [ |
'Foo: Bar'
'Fizz: Buzz']
environments: |
Dev
Test
variables: |
Foo: Bar
Fizz: Buzz
```
## ✍️ Environment Variables
Expand Down

0 comments on commit cbddb8b

Please sign in to comment.