Skip to content

Commit 00070c0

Browse files
Add $PROMPT variable to issue_body description in CI docs (#13)
Co-authored-by: promptless[bot] <179508745+promptless[bot]@users.noreply.github.com>
1 parent 45d5a66 commit 00070c0

File tree

1 file changed

+1
-1
lines changed
  • fern/pages/docs/get-started

1 file changed

+1
-1
lines changed

fern/pages/docs/get-started/ci.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
|-------|---------|-------------|
120120
| `create_issue_on_fail` | `false` | Create an issue if tests fail |
121121
| `issue_title` | `Doc Detective Failure` | Issue title |
122-
| `issue_body` | See default | Issue body (`$RESULTS` inserts test results, `$RUN_URL` inserts workflow URL) |
122+
| `issue_body` | See default | Issue body (`$RESULTS` inserts test results, `$RUN_URL` inserts workflow URL, `$PROMPT` inserts the prompt text) |
123123
| `issue_labels` | `doc-detective` | Comma-separated labels |
124124
| `issue_assignees` | None | Comma-separated usernames to assign |
125125
| `integrations` | None | Comma-separated integrations to trigger (see [Integrations](/docs/get-started/integrations)) |

0 commit comments

Comments
 (0)