We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a9e23 commit a0413a3Copy full SHA for a0413a3
.github/workflows/themes-screenshot-on-pr.yml
@@ -35,7 +35,7 @@ jobs:
35
36
# Setup selected theme in config.yaml
37
echo "Using theme $theme"
38
- sed -i "/THEME:/c\ THEME: $theme" config.yaml
+ sed -i '/THEME:/c\ THEME: "$theme"' config.yaml
39
40
# For tests there is no real HW: use simulated LCD mode
41
# Check if theme is for 5"
.github/workflows/themes-screenshot-on-push.yml
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
0 commit comments