Skip to content

Commit

Permalink
Update docs/content/en/docs/getting-started/baremetal/bare-spec.md
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Negus <[email protected]>
  • Loading branch information
jacobweinstock and chrisnegus authored Oct 7, 2024
1 parent 91d83ee commit ae42e34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ CLI flags take precedence over environment variables, which take precedence over
| `JSON_OUTPUT` | `--json-output` | boolean | true | no | If set to `true`, the cexec Action will log output in JSON format. This defaults to `true`. If set to `false`, the cexec Action will log output in plain text format. |

Any environment variables you set on the Action will be available to the command you execute.
For example, if you set `DEBIAN_FRONTEND: noninteractive` as an environment variable, it will be available to the command you execute.
For example, if you set `DEBIAN_FRONTEND: noninteractive` as an environment variable (`DEBIAN_FRONTEND=noninteractive`), it will be available to the command you execute.

### writefile

Expand Down

0 comments on commit ae42e34

Please sign in to comment.