use gh cli instead of action for workflow dispatch

This commit is contained in:
hathach
2022-11-06 22:06:22 +07:00
parent fee90f353f
commit ca4ae61c1c
5 changed files with 13 additions and 4 deletions

View File

@@ -22,6 +22,8 @@ jobs:
steps:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Checkout TinyUSB
uses: actions/checkout@v3