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"