From a2dd9f0e886ffc8da93a6a0d212741b055ba79cd Mon Sep 17 00:00:00 2001 From: Tab Atkins-Bittner Date: Thu, 15 Feb 2024 15:01:42 -0800 Subject: [PATCH] use the shell script? --- .github/workflows/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manifest.yaml b/.github/workflows/manifest.yaml index eb85b4d..ce1299b 100644 --- a/.github/workflows/manifest.yaml +++ b/.github/workflows/manifest.yaml @@ -17,7 +17,7 @@ jobs: run: | pip install bikeshed - name: Generate new manifest - run: python generate/__init__.py + run: update-manifest - name: Commit manifest back uses: peter-evans/create-pull-request@v5 with: