From 9641fcd49334db7d96629d60156fc68ef01cc2a3 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Sun, 4 May 2025 09:01:52 +0200 Subject: [PATCH] Fix update-known-versions workflow (#400) Add missing argument versionsManifestFilePath --- .../{update-known-checksums.yml => update-known-versions.yml} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{update-known-checksums.yml => update-known-versions.yml} (90%) diff --git a/.github/workflows/update-known-checksums.yml b/.github/workflows/update-known-versions.yml similarity index 90% rename from .github/workflows/update-known-checksums.yml rename to .github/workflows/update-known-versions.yml index 5f58569..11070c2 100644 --- a/.github/workflows/update-known-checksums.yml +++ b/.github/workflows/update-known-versions.yml @@ -19,7 +19,9 @@ jobs: id: update-known-versions run: node dist/update-known-versions/index.js - src/download/checksum/known-versions.ts ${{ secrets.GITHUB_TOKEN }} + src/download/checksum/known-versions.ts + version-manifest.ts + ${{ secrets.GITHUB_TOKEN }} - run: npm install && npm run all - name: Create Pull Request uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8