We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed6170 commit c2bfdf2Copy full SHA for c2bfdf2
.github/workflows/i18n-update.yml
@@ -19,6 +19,6 @@ jobs:
19
call-i18n-update:
20
uses: newfold-labs/workflows/.github/workflows/i18n-update.yml@main
21
with:
22
- base_branch: ${{ inputs.base_branch }}
+ base_branch: ${{ inputs.base_branch || github.event.repository.default_branch || 'trunk' }}
23
secrets:
24
NEWFOLD_ACCESS_TOKEN: ${{ secrets.NEWFOLD_ACCESS_TOKEN }}
0 commit comments