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 5a907be commit 01d75f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,19 +104,19 @@ runs:
generate_exports
copy_config
source "${CONFIG_PATH}"
echo "DOWNLOAD_URL_CHECKSUM=${DOWNLOAD_URL_CHECKSUM}" >> $GITHUB_OUTPUT
echo "DOWNLOAD_URL_IMAGE=${DOWNLOAD_URL_IMAGE}" >> $GITHUB_OUTPUT
if [[ "${TYPE}" != "raspberry" ]]; then
base_zip_img_helper
fi
# Write config to debug
echo "::group::Print config file"
cat "${CONFIG_PATH}"
echo "::endgroup::"
}
main
source "${CONFIG_PATH}"
echo "DOWNLOAD_URL_CHECKSUM=${DOWNLOAD_URL_CHECKSUM}" >> $GITHUB_OUTPUT
echo "DOWNLOAD_URL_IMAGE=${DOWNLOAD_URL_IMAGE}" >> $GITHUB_OUTPUT
if [[ "${TYPE}" != "raspberry" ]]; then
base_zip_img_helper
fi
echo "::endgroup::"
- name: Base Image Checksum
Expand Down

0 comments on commit 01d75f5

Please sign in to comment.