Update init.yml

This commit is contained in:
2025-08-17 21:56:59 -07:00
committed by GitHub
parent c26b72217a
commit bee552eee6

View File

@@ -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"