@@ -2,7 +2,7 @@ name: Create Release
22
33on :
44 schedule :
5- - cron : ' 27 2,14 * * *' # daily at 02:27 and 14:27 UTC
5+ - cron : ' 27 2,14 * * *' # daily at 02:27 and 14:27 UTC
66 push :
77 branches :
88 - main
@@ -463,7 +463,7 @@ jobs:
463463 - name : Get current run image hash code of ${{ matrix.stacks.name }} stack with arch ${{ matrix.arch.name }}
464464 run : |
465465 skopeo inspect --format "{{.Digest}}" ${{ matrix.stacks.base_run_container_image }} > ./hash-code-current-run-image-${{ matrix.arch.name }}-${{ matrix.stacks.name }}
466-
466+
467467 - name : Create empty image hash codes
468468 run : |
469469 if [ ! -f "./hash-code-current-build-image-${{ matrix.arch.name }}-${{ matrix.stacks.name }}" ]; then
@@ -478,7 +478,7 @@ jobs:
478478 with :
479479 name : hash-code-current-run-image-${{ matrix.arch.name }}-${{ matrix.stacks.name }}
480480 path : hash-code-current-run-image-${{ matrix.arch.name }}-${{ matrix.stacks.name }}
481- if-no-files-found : error
481+ if-no-files-found : error
482482
483483 - name : Upload build image hash code
484484 if : ${{ matrix.stacks.create_build_image == true }}
@@ -508,11 +508,11 @@ jobs:
508508 name : Determine If Stack Files Changed
509509 runs-on : ubuntu-22.04
510510 needs : [ preparation, poll_usns, poll_images ]
511- if : ${{
511+ if : ${{
512512 !failure() && !cancelled() &&
513513 !(
514- (needs.poll_images.outputs.images_need_update == null &&
515- needs.poll_usns.outputs.usns == null ) &&
514+ (needs.poll_images.outputs.images_need_update == null &&
515+ needs.poll_usns.outputs.usns == null ) &&
516516 github.event_name == 'schedule'
517517 ) }}
518518 outputs :
@@ -541,7 +541,7 @@ jobs:
541541 usns_or_sha_changed :
542542 name : USNs or SHAs have changed
543543 runs-on : ubuntu-22.04
544- outputs :
544+ outputs :
545545 changed : ${{ steps.usns_or_sha_changed.outputs.changed }}
546546 needs : [ preparation, poll_usns, poll_images ]
547547 if : ${{ !failure() && !cancelled() }}
@@ -626,14 +626,14 @@ jobs:
626626 with :
627627 name : current-build-receipt-${{ matrix.stacks.name }}
628628 path : " *current-build-receipt-${{ matrix.stacks.name }}"
629- if-no-files-found : error
629+ if-no-files-found : error
630630
631631 - name : Upload Run receipt
632632 uses : actions/upload-artifact@v4
633633 with :
634634 name : current-run-receipt-${{ matrix.stacks.name }}
635635 path : " *current-run-receipt-${{ matrix.stacks.name }}"
636- if-no-files-found : error
636+ if-no-files-found : error
637637
638638 diff :
639639 name : Diff Packages
@@ -823,7 +823,7 @@ jobs:
823823 with :
824824 name : diff-${{ matrix.arch.name }}-${{ matrix.stacks.name }}
825825 path : diff-${{ matrix.arch.name }}-${{ matrix.stacks.name }}
826- if-no-files-found : error
826+ if-no-files-found : error
827827
828828 - name : Download USN File(s)
829829 if : ${{ needs.preparation.outputs.polling_type == 'usn' }}
@@ -886,7 +886,7 @@ jobs:
886886 fi
887887
888888 if [ "${{ matrix.stacks.create_build_image }}" != "true" ]; then
889- build_image=""
889+ build_image=""
890890 fi
891891
892892 echo "build_image=${build_image}" >> "$GITHUB_OUTPUT"
@@ -929,7 +929,7 @@ jobs:
929929 - name : Download diff-${{ matrix.arch.name }}-${{ matrix.stacks.name }}
930930 uses : actions/download-artifact@v4
931931 with :
932- name : diff-${{ matrix.arch.name }}-${{ matrix.stacks.name }}
932+ name : diff-${{ matrix.arch.name }}-${{ matrix.stacks.name }}
933933
934934 - name : Compare With Previous Release
935935 id : compare
@@ -955,7 +955,7 @@ jobs:
955955
956956 if [ "${build_added:-0}" -eq 0 ] && [ "${build_modified:-0}" -eq 0 ] && [ "${run_added}" -eq 0 ] && [ "${run_modified}" -eq 0 ]; then
957957 echo "No packages changed."
958- # We ommit setting "packages_changed" variable to false,
958+ # We ommit setting "packages_changed" variable to false,
959959 # as there is an edge case scenario overriding any true value due to parallelization
960960 else
961961 echo "Packages changed."
@@ -1230,7 +1230,7 @@ jobs:
12301230 '. += [
12311231 {
12321232 "path": ($hash_code_filepath + "/" + "hash-code-current-build-image-"+ $arch + "-" + $stack_name ),
1233- "name": ($asset_prefix + "-" + $arch_prefix + $build_image + ".oci.sha256"),
1233+ "name": ($asset_prefix + $arch_prefix + $build_image + ".oci.sha256"),
12341234 "content_type": "text/plain"
12351235 }
12361236 ]' <<<"${assets}")"
0 commit comments