From 5e2bacf594f467656c4a1620c2f32c2eaa9c670f Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 17 Aug 2025 22:08:44 -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 b5530e3..ad5cc66 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: | - yes Y | bubblewrap init --manifest="https://sune.planetrenox.com/manifest.webmanifest" --packageId="com.planetrenox.sune" --name="Sune" + bubblewrap init -h - run: | git config user.name "github-actions" git config user.email "github-actions@github.com"