Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 628329f

Browse files
authored
Merge pull request #101 from selemondev/fix-workflow-path
fix: path
2 parents a5e52d4 + c56d2de commit 628329f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
uses: actions/checkout@v2
1515

1616
- name: Update README Table
17-
run: node .github/scripts/update-readme-table.ts
17+
run: node .github/scripts/update-readme-table.js
1818
env:
1919
README_PATH: README.md

0 commit comments

Comments
 (0)