We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a5152 commit ac5d727Copy full SHA for ac5d727
1 file changed
.github/workflows/update-readme.yml
@@ -60,7 +60,7 @@ jobs:
60
COMMIT_SHA: ${{ github.sha }}
61
REPO_URL: ${{ github.server_url }}/${{ github.repository }}
62
BEFORE_SHA: ${{ github.event.before }}
63
- run: node scripts/update-readme.js
+ run: node scripts/update-readme.mjs
64
65
- name: Commit changes
66
if: steps.check_ptr.outputs.has_ptr == 'true'
0 commit comments