Skip to content

Commit 7e32a8c

Browse files
committed
Fix update devices call
1 parent e52b47b commit 7e32a8c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [smnandre]

.github/workflows/update.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ jobs:
2424
run: composer install --prefer-dist --no-interaction --no-progress
2525

2626
- name: Update device descriptors
27-
run: php bin/update.php
28-
29-
- name: Convert descriptors in PHP
30-
run: php bin/converter.php
27+
run: php bin/update-devices.php
3128

3229
- name: Update markdown files
3330
run: php bin/update-docs.php

0 commit comments

Comments
 (0)