Update init.yml

This commit is contained in:
2025-08-17 21:49:12 -07:00
committed by GitHub
parent d1298215e5
commit c26b72217a

View File

@@ -12,16 +12,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '22'
- name: Setup Java 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Install Bubblewrap
run: npm install -g @bubblewrap/cli
- name: Run bubblewrap init
run: |
bubblewrap init --manifest="https://sune.planetrenox.com/manifest.webmanifest" --packageId="com.planetrenox.sune" --name="Sune"
printf 'Y\n' | 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"