feat: add nudge_text variable to mol-polecat-arm formula (gt-j755)
This commit is contained in:
@@ -14,6 +14,7 @@ description: |
|
|||||||
|----------|----------|-------------|
|
|----------|----------|-------------|
|
||||||
| polecat_name | Yes | Name of the polecat to inspect |
|
| polecat_name | Yes | Name of the polecat to inspect |
|
||||||
| rig | Yes | Rig containing the polecat |
|
| rig | Yes | Rig containing the polecat |
|
||||||
|
| nudge_text | No | Text to send when nudging (default: "How's progress?...") |
|
||||||
version: 1
|
version: 1
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
@@ -23,6 +24,10 @@ variables:
|
|||||||
- name: rig
|
- name: rig
|
||||||
required: true
|
required: true
|
||||||
description: Rig containing the polecat
|
description: Rig containing the polecat
|
||||||
|
- name: nudge_text
|
||||||
|
required: false
|
||||||
|
default: "How's progress? Need any help?"
|
||||||
|
description: Text to send when nudging the polecat
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- id: capture
|
- id: capture
|
||||||
|
|||||||
Reference in New Issue
Block a user