mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-05-17 14:44:46 +00:00
Fix update-known-versions workflow (#400)
Add missing argument versionsManifestFilePath
This commit is contained in:
parent
a4f1f549e9
commit
9641fcd493
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ jobs:
|
||||||
id: update-known-versions
|
id: update-known-versions
|
||||||
run:
|
run:
|
||||||
node dist/update-known-versions/index.js
|
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
|
- run: npm install && npm run all
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
|
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
|
Loading…
Add table
Add a link
Reference in a new issue