Loading .github/workflows/build.yml +0 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,6 @@ jobs: name: Create tag uses: rickstaa/action-create-tag@v1 id: "tag_create" if: ${{ false }} with: tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" tag_exists_error: false Loading run/install.sh +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ set -eu TMP="/boot.img" rm -f "$TMP" echo "Downloading ${BOOT}..." echo "Downloading ${BOOT} as boot image..." # Check if running with interactive TTY or redirected to docker log if [ -t 1 ]; then Loading Loading
.github/workflows/build.yml +0 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,6 @@ jobs: name: Create tag uses: rickstaa/action-create-tag@v1 id: "tag_create" if: ${{ false }} with: tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" tag_exists_error: false Loading
run/install.sh +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ set -eu TMP="/boot.img" rm -f "$TMP" echo "Downloading ${BOOT}..." echo "Downloading ${BOOT} as boot image..." # Check if running with interactive TTY or redirected to docker log if [ -t 1 ]; then Loading