From ac1963979ecee574fa331ac73c7be0e66081c370 Mon Sep 17 00:00:00 2001 From: xyzroe Date: Wed, 12 Jun 2024 17:58:26 +0200 Subject: [PATCH] Fix path, add manual run option --- .github/workflows/update_devices.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_devices.yml b/.github/workflows/update_devices.yml index d7a02a3..e67fe06 100644 --- a/.github/workflows/update_devices.yml +++ b/.github/workflows/update_devices.yml @@ -1,6 +1,7 @@ name: Update devices in wiki on: + workflow_dispatch: push: branches: - main @@ -27,7 +28,7 @@ jobs: python -m pip install --upgrade pip - name: Run update_devices.py - run: python update_devices.py + run: python .github/scripts/update_devices.py - name: Save updated features.md run: |