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 19, 2024
1 parent 4206cfb commit 268154a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ runs:
else
TYPE_CONFIG="${TYPE}-defaults.conf"
fi
echo "::endgroup::"
echo "::group::Generate CustomPIOS config file"
CONFIG_BASE_DIR="./repository/config"
Expand Down Expand Up @@ -98,11 +99,11 @@ runs:
}
main() {
generate_header
# generate_header
concat_helper "${DEFAULT_CONF}"
concat_helper "${SBC_CONFIG}/${TYPE_CONFIG}"
concat_helper "${SBC_CONFIG}/${BOARD_CONFIG}"
generate_exports
# generate_exports
copy_config
echo "::group::Generate Step output"
Expand All @@ -119,8 +120,8 @@ runs:
echo "::endgroup::"
}
# MAIN
main
echo "::endgroup::"
- name: Base Image Checksum
id: checksum
Expand Down

0 comments on commit 268154a

Please sign in to comment.