Skip to content

Commit

Permalink
Update README.md (#342)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* docs: consistent naming

---------

Co-authored-by: Rishav Dhar <[email protected]>
  • Loading branch information
garysassano and rdhar authored Oct 28, 2024
1 parent 252d5f1 commit 9dfb236
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 @@ -133,7 +133,7 @@ unzip <tf.plan>
| Security | `token` | Specify a GitHub token.</br>Default: `${{ github.token }}` |
| UI | `comment-pr` | PR comment by: `update` existing comment, `recreate` and delete previous one, or `none`.</br>Default: `update` |
| UI | `label-pr` | Add a PR label with the command input.</br>Default: `true` |
| UI | `hide-args` | Hide comma-separated arguments from the command input.</br>Default: `detailed-exitcode,lock,out,var` |
| UI | `hide-args` | Hide comma-separated list of CLI arguments from the command input.</br>Default: `detailed-exitcode,lock,out,var` |
</br>

The default behavior of `comment-pr` is to update the existing PR comment with the latest plan output, making it easy to track changes over time through the comment's revision history.</br>
Expand All @@ -148,9 +148,9 @@ The default behavior of `comment-pr` is to update the existing PR comment with t
> - Arguments are passed to the appropriate TF command(s) automatically, whether that's `init`, `workspace`, `validate`, `plan`, or `apply`.</br>
> - For repeated arguments like `arg-var`, `arg-replace` and `arg-target`, use commas to separate multiple values (e.g., `arg-var: key1=value1,key2=value2`).

<details><summary>Toggle view of all available arguments.</summary>
<details><summary>Toggle view of all available CLI arguments.</summary>

| Name | Description |
| Name | CLI Argument |
| ------------------------- | ---------------------------------------- |
| `arg-auto-approve` | `-auto-approve` |
| `arg-backend-config` | `-backend-config` |
Expand Down

0 comments on commit 9dfb236

Please sign in to comment.