Skip to content

Commit

Permalink
Fix CI workflows for themes with spaces in name
Browse files Browse the repository at this point in the history
  • Loading branch information
mathoudebine committed Dec 22, 2024
1 parent 09a9e23 commit a0413a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/themes-screenshot-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Setup selected theme in config.yaml
echo "Using theme $theme"
sed -i "/THEME:/c\ THEME: $theme" config.yaml
sed -i '/THEME:/c\ THEME: "$theme"' config.yaml
# For tests there is no real HW: use simulated LCD mode
# Check if theme is for 5"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/themes-screenshot-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Setup selected theme in config.yaml
echo "Using theme $theme"
sed -i "/THEME:/c\ THEME: $theme" config.yaml
sed -i '/THEME:/c\ THEME: "$theme"' config.yaml
# For tests there is no real HW: use simulated LCD mode
# Check if theme is for 5"
Expand Down

0 comments on commit a0413a3

Please sign in to comment.