Commit 45df4e0
committed
🐛 Fix GITIRIS_GITMOJI env var handling in Docker entrypoint
Change gitmoji configuration to use boolean flag syntax instead of
passing the raw environment variable value. The entrypoint now correctly
maps "true" to --gitmoji and "false" to --no-gitmoji, matching the CLI's
expected flag-based interface.1 parent 05d26bc commit 45df4e0
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments