File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ name: i18n Update Action
3
3
on :
4
4
push :
5
5
branches :
6
- - main # Trigger when code is merged into main
6
+ - trunk # Trigger when code is merged into main
7
7
workflow_dispatch : # Allows manual trigger with a branch input
8
8
inputs :
9
9
base_branch :
10
10
description : " Base branch for the pull request"
11
11
required : false
12
- default : " main "
12
+ default : " trunk "
13
13
14
14
permissions :
15
15
contents : write
19
19
call-i18n-update :
20
20
uses : newfold-labs/workflows/.github/workflows/i18n-update.yml@main
21
21
with :
22
- base_branch : ${{ inputs.base_branch || github.event.repository.default_branch || 'trunk' }}
22
+ base_branch : ${{ inputs.base_branch || github.ref_name }}
23
23
secrets :
24
24
NEWFOLD_ACCESS_TOKEN : ${{ secrets.NEWFOLD_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments