Skip to content

Commit

Permalink
fix: fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinf authored Feb 18, 2021
1 parent 19de5d5 commit b1048d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Example usage
```
Example 2:
** Specify a title for the status report (required if more then one per run)
** Specify multiple arguments to the plan as a quoted json array
* Specify a title for the status report (required if more then one per run)
* Specify multiple arguments to the plan as a quoted json array
```
- uses: HylandSoftware/terraform-plan-action@v1.1.1
with:
args: '["-lock=false", "-var-file=./vars/vars.tfvars"]'
token: ${{ secrets.GITHUB_TOKEN }}
working-directory: ${{ env.TERRAFORM_WORKING_DIRECTORY }}
report-title: Multiple Argument Run
```
```

0 comments on commit b1048d2

Please # to comment.