From 0d2c32dc3b12c10cf7c0e6110c7dda79cc972a93 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Mon, 6 Oct 2025 20:18:59 +0200 Subject: [PATCH] GH Actions: Fixed typo in python command Signed-off-by: Ole Herman Schumacher Elgesem --- .github/workflows/update-dep-tables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dep-tables.yml b/.github/workflows/update-dep-tables.yml index 81061c685..8302d671b 100644 --- a/.github/workflows/update-dep-tables.yml +++ b/.github/workflows/update-dep-tables.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pythom -m pip install cfengine + python -m pip install cfengine - name: Set Git user run: | git config user.name 'github-actions[bot]'