Skip to content

Commit 70cc3dd

Browse files
authored
ci(.github/workflows/traiage.yaml): use coder template with no preset (coder#20428)
Standardize on using the Write Coder on Coder template for the traiage workflow.
1 parent d455f6e commit 70cc3dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/traiage.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ on:
1313
template_name:
1414
description: "Coder template to use for workspace"
1515
required: true
16-
default: "traiage"
16+
default: "coder"
1717
type: string
1818
template_preset:
1919
description: "Template preset to use"
2020
required: true
21-
default: "Default"
21+
default: "none"
2222
type: string
2323
prefix:
2424
description: "Prefix for workspace name"
@@ -66,8 +66,8 @@ jobs:
6666
GITHUB_EVENT_USER_ID: ${{ github.event.sender.id }}
6767
GITHUB_EVENT_USER_LOGIN: ${{ github.event.sender.login }}
6868
INPUTS_ISSUE_URL: ${{ inputs.issue_url }}
69-
INPUTS_TEMPLATE_NAME: ${{ inputs.template_name || 'traiage' }}
70-
INPUTS_TEMPLATE_PRESET: ${{ inputs.template_preset || 'Default'}}
69+
INPUTS_TEMPLATE_NAME: ${{ inputs.template_name || 'coder' }}
70+
INPUTS_TEMPLATE_PRESET: ${{ inputs.template_preset || 'none'}}
7171
INPUTS_PREFIX: ${{ inputs.prefix || 'traiage' }}
7272
GH_TOKEN: ${{ github.token }}
7373
run: |

0 commit comments

Comments
 (0)