Skip to content

Commit b7db08f

Browse files
ARCH-1916 - Update README.md
1 parent 1d0b8f8 commit b7db08f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ GitHub actions expressions can be used in the _`key-value`_ when supplying input
173173

174174
The `input-file` must be YAML format and has all the elements at the root level. It's contents would be formatted like this:
175175

176-
The `input-file` must be YAML format and has all the elements at the root level. It's contents would be formatted like this:
177-
178176
```yaml
179177
db_server@dev qa: lower-env.db-server.domain.com
180178
db_server@stage: stage.db-server.domain.com
@@ -189,11 +187,11 @@ something.used.in.build@stage: stage-value
189187
something.used.in.build@prod: prod-value
190188
```
191189

192-
**Note that _`key-value`_\s in input files do _not_ support GitHub action expressions, unlike envrionment variables described previously.**
190+
**Note that _`key-value`_\s in input files do _not_ support GitHub action expressions, unlike environment variables described previously.**
193191

194192
#### `error-on-no-match`
195193

196-
`error-on-no-match` is intended to alert that no env or output variable has been found based on the input scope. This is beneficial in troubleshooting if a scope _should_ produce some form of output. Also a warning will show for any keys that have been included but doesn't provide a value for the input scope criteria.
194+
`error-on-no-match` is intended to alert that no env or output variable has been found based on the input scope. This is beneficial in troubleshooting if a scope *should* produce some form of output. Also a warning will show for any keys that have been included but doesn't provide a value for the input scope criteria.
197195

198196
## Contributing
199197

0 commit comments

Comments
 (0)