fix(workflows): use correct path in the readme generator (#2274)

This commit is contained in:
Stavros 2024-01-22 18:20:22 +02:00 committed by GitHub
parent 911611abd2
commit 7ecd6fdc50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ jobs:
uses: oven-sh/setup-bun@v1
- name: Generate new README.md file
run: bun readme-generator.ts
run: bun .github/scripts/readme-generator.ts
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5