Skip to content

Commit 7e78003

Browse files
committed
Use single quotes consistently.
1 parent 76c1773 commit 7e78003

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/i18n-update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: i18n Update Action
33
on:
44
push:
55
branches:
6-
- trunk # Trigger when code is merged into trunk
6+
- 'trunk'
77
workflow_dispatch: # Allows manual trigger with a branch input
88
inputs:
99
base_branch:
10-
description: "Base branch for the pull request"
10+
description: 'Base branch for the pull request'
1111
required: false
12-
default: "trunk"
12+
default: 'trunk'
1313

1414
permissions:
1515
contents: write

0 commit comments

Comments
 (0)