Skip to content

Commit 9ed4af5

Browse files
authored
Merge pull request #196 from newfold-labs/fix/base_branch-input
Ensure `main` is used on `push`.
2 parents 9f7d489 + 7706f7a commit 9ed4af5

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 || 'main' }}
2323
secrets:
2424
NEWFOLD_ACCESS_TOKEN: ${{ secrets.NEWFOLD_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)