Skip to content

Commit c2bfdf2

Browse files
mr-varadesrosj
andauthored
Update .github/workflows/i18n-update.yml
Co-authored-by: Jonathan Desrosiers <[email protected]>
1 parent fed6170 commit c2bfdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/i18n-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
call-i18n-update:
2020
uses: newfold-labs/workflows/.github/workflows/i18n-update.yml@main
2121
with:
22-
base_branch: ${{ inputs.base_branch }}
22+
base_branch: ${{ inputs.base_branch || github.event.repository.default_branch || 'trunk' }}
2323
secrets:
2424
NEWFOLD_ACCESS_TOKEN: ${{ secrets.NEWFOLD_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)