Skip to content

Commit 1077c96

Browse files
committed
Avoid hardcoding a branch name as input value.
1 parent 7cb0979 commit 1077c96

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 || 'main' }}
22+
base_branch: ${{ inputs.base_branch || github.ref_name }}
2323
secrets:
2424
NEWFOLD_ACCESS_TOKEN: ${{ secrets.NEWFOLD_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)