Commit 9398710
committed
fix: Add git push to testing mode
The workflow was committing changes but not pushing them to the remote.
Added 'git push origin HEAD' to push commits to the current branch.
This ensures translation updates appear in the PR automatically.1 parent b98df05 commit 9398710
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| |||
0 commit comments