From bee552eee606b6886a5bd478ad82e20a17483f91 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 17 Aug 2025 21:56:59 -0700 Subject: [PATCH] Update init.yml --- .github/workflows/init.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/init.yml b/.github/workflows/init.yml index 7f16661..b5530e3 100644 --- a/.github/workflows/init.yml +++ b/.github/workflows/init.yml @@ -16,7 +16,7 @@ jobs: run: npm install -g @bubblewrap/cli - name: Run bubblewrap init run: | - printf 'Y\n' | bubblewrap init --manifest="https://sune.planetrenox.com/manifest.webmanifest" --packageId="com.planetrenox.sune" --name="Sune" + yes Y | bubblewrap init --manifest="https://sune.planetrenox.com/manifest.webmanifest" --packageId="com.planetrenox.sune" --name="Sune" - run: | git config user.name "github-actions" git config user.email "github-actions@github.com"