There was an error while loading. Please reload this page.
1 parent 5ac589b commit 56e7462Copy full SHA for 56e7462
1 file changed
.github/workflows/pr81-autofix.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Apply reviewed fixes
26
run: |
27
python3 .github/pr81-fix.py
28
+ sed -i 's/appKey?: string;/appKey: string;/' src/app.ts
29
rm .github/pr81-fix.py .github/workflows/pr81-autofix.yml
30
31
- uses: oven-sh/setup-bun@v2
0 commit comments