From fec221b768087227de8e409c92c9c656a5884a29 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 17 Aug 2025 22:11:25 -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 ad5cc66..75b3a56 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: | - bubblewrap init -h + bubblewrap init --help - run: | git config user.name "github-actions" git config user.email "github-actions@github.com"