Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocascio committed Dec 26, 2019
1 parent 65b999c commit 6c63e45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,5 @@ with:
service: theServiceName
task: theTaskDefinitionName
container: theContainerName
envfile: /path/to/your/envfile (optionally, see notes below!)
```
**NOTE**
If you don't pass an envfile, this action will pass env variables from system (`env` command) by default.
envfile: /path/to/your/envfile (optionally)
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
description: 'Container name to be updated'
required: true
envfile:
description: 'Env file path (optionally)'
description: 'Env file path'
required: false
runs:
using: 'docker'
Expand Down

0 comments on commit 6c63e45

Please sign in to comment.