Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit70cc3dd

Browse files
authored
ci(.github/workflows/traiage.yaml): use coder template with no preset (#20428)
Standardize on using the Write Coder on Coder template for the traiageworkflow.
1 parentd455f6e commit70cc3dd

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)

[8]ページ先頭

©2009-2025 Movatter.jp