From 547aa456421758368e344eaf57c93eb896973f9f Mon Sep 17 00:00:00 2001 From: Quinten Stokkink Date: Thu, 12 Oct 2023 08:42:56 +0200 Subject: [PATCH] Fixed wrong hypen location in GitHub validate PR action --- .github/workflows/pr-comment-validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-comment-validate.yml b/.github/workflows/pr-comment-validate.yml index dcc21ea1f..4d79662bf 100644 --- a/.github/workflows/pr-comment-validate.yml +++ b/.github/workflows/pr-comment-validate.yml @@ -13,6 +13,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/setup-python@v4 - - with: + with: python-version: ${{ matrix.version }} - run: python --version + - run: python --version