Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Feb 18, 2024
1 parent 3a77826 commit 02f3fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
echo "::group::Get Matrix"
IFS='/' read -r -a array <<< "${{ inputs.config }}"
TYPE="${array[0]}"
SBC_CONF="${array[1]}"
SBC="${array[1]}"
echo "TYPE=${TYPE}" | tee -a "$GITHUB_OUTPUT"
echo "SBC=${SBC}" | tee -a "$GITHUB_OUTPUT"
if [[ "${TYPE}" = "raspberry" ]]; then
Expand Down

0 comments on commit 02f3fb6

Please sign in to comment.