Skip to content

Commit

Permalink
Print env value in skipPrompts examples
Browse files Browse the repository at this point in the history
  • Loading branch information
adambabik committed Dec 19, 2023
1 parent 94d6aab commit d372831
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/frontmatter/skipPrompts/DISABLED.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ skipPrompts: false

```sh {"id":"01HF7BT3HCDS1X1WJJHB8775HP"}
$ export ENV="<insert-env-here>"
$ echo "ENV=$ENV"
```
1 change: 1 addition & 0 deletions examples/frontmatter/skipPrompts/ENABLED.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ skipPrompts: true

```sh {"id":"01HF7BT3HBDTRGQAQMHNSXB9K2"}
$ export ENV="<insert-env-here>"
$ echo "ENV=$ENV"
```
1 change: 1 addition & 0 deletions examples/frontmatter/skipPrompts/NONE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ runme:

```sh {"id":"01HF7BT3HBDTRGQAQMHFPKGXRH"}
$ export ENV="<insert-env-here>"
$ echo "ENV=$ENV"
```

0 comments on commit d372831

Please sign in to comment.