We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3730b2 commit 2a434f0Copy full SHA for 2a434f0
1 file changed
.github/workflows/readme.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install dependencies
18
run: dart pub get
19
- name: Generate README
20
- run: dart run tool/generate_readme.dart
+ run: dart run bin/readme.dart
21
- name: Commit changes
22
run: |
23
git config --global user.name 'github-actions[bot]'
0 commit comments