Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophist-UK committed Feb 29, 2024
1 parent cf550c7 commit cfe0ff6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ jobs:
(inputs.pinout != 'STD' && inputs.pinout) || '',
(inputs.head != 'STD' && '-') || '',
(inputs.head != 'STD' && inputs.head) || '',
(inputs.experiment != 'NONE' && '-EXPERIMENTAL-') || '',
(inputs.experiment != 'NONE' && inputs.experiment) || ''
}}
(inputs.experiment != 'NONE' && '-EXPERIMENTAL-') || '',
(inputs.experiment != 'NONE' && inputs.experiment) || ''
) }}
name: "Build:
${{ (inputs.screen == 'NONE' && 'nolcd') || inputs.lang }}
${{ (inputs.screen != 'NONE' && inputs.screen != 'STD' && inputs.screen) || '' }}
Expand Down

0 comments on commit cfe0ff6

Please sign in to comment.