Skip to content

Commit

Permalink
Merge pull request #53 from jrobison-sb/update-readme-debug-should-be…
Browse files Browse the repository at this point in the history
…-a-string

debug needs "true" as a string
  • Loading branch information
Caleb Washburn authored Nov 8, 2022
2 parents f882988 + 5ac16d4 commit 45e0ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ This is an output-only resource, so `check` and `in` actions are no-ops.
* `cc_text`: *Optional.* The `,` delimited list of cc addresses. `cc_text` appends to any `cc` in params or source
* `bcc`: *Optional.* Path to plain text file containing recipients which could be determined at build time. This file can contain `,` delimited list of email address if wanting to send to multiples.
* `bcc_text`: *Optional.* The `,` delimited list of bcc addresses. `bcc_text` appends to any `bcc` in params or source
* `debug`: *Optional.* If set to `true` additional information send to stderr
* `debug`: *Optional.* If set to `"true"` (as a string) additional information send to stderr
* `attachment_globs:` *Optional.* If provided will attach any file to the email that matches the glob path(s)

For example, a build plan might contain this:
Expand Down

0 comments on commit 45e0ebc

Please sign in to comment.