Skip to content

Commit f0b975f

Browse files
authored
docs(action.yaml): backtick github.actor and use canonical context terminology (#34)
On `action.yaml:62`, wrap `github.actor` in backticks for consistency with the surrounding identifiers (`gh-target`, `GITHUB_WORKFLOW`, `coder-token`) and replace "workflow expression" with the canonical GitHub Actions term "context value", per the [R2 review on #33](#33 (review)). 🤖 Authored by Coder Agents.
1 parent 2f871a0 commit f0b975f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ inputs:
5959
default: "600"
6060

6161
idempotency-key:
62-
description: "Optional sharding key to narrow the default reuse scope. By default the action reuses the most recent non-archived chat scoped to `gh-target` and the workflow name (when `GITHUB_WORKFLOW` is set). All chats are owned by the `coder-token` holder, so the scope does not include a per-actor component. Set this to maintain multiple parallel chats on the same target/workflow (for example, one per matrix dimension). Pass the github.actor workflow expression to maintain one chat per triggering user."
62+
description: "Optional sharding key to narrow the default reuse scope. By default the action reuses the most recent non-archived chat scoped to `gh-target` and the workflow name (when `GITHUB_WORKFLOW` is set). All chats are owned by the `coder-token` holder, so the scope does not include a per-actor component. Set this to maintain multiple parallel chats on the same target/workflow (for example, one per matrix dimension). Pass the `github.actor` context value to maintain one chat per triggering user."
6363
required: false
6464

6565
force-new-chat:

0 commit comments

Comments
 (0)