From f59cf9ef8386288d348ed86034e0169d8a33c46c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 20 Apr 2024 19:26:44 +0200 Subject: [PATCH] Update itinerant_ruff_fixes.yml --- .github/workflows/itinerant_ruff_fixes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/itinerant_ruff_fixes.yml b/.github/workflows/itinerant_ruff_fixes.yml index 5f2f2e89..67b97072 100644 --- a/.github/workflows/itinerant_ruff_fixes.yml +++ b/.github/workflows/itinerant_ruff_fixes.yml @@ -21,9 +21,9 @@ jobs: - run: npm doctor || true - run: echo ${{ runner.name }}, ${{ runner.os }}, ${{ runner.arch }}, ${{ runner.debug }}, ${{ runner.temp }}, ${{ runner.tool_cache }} - run: echo ${{ runner }} || true - - run: echo toJSON(runner) || true - - run: echo toJSON($runner) || true - run: echo toJSON( ${{ runner }} ) || true + - run: echo toJSON($runner) || true + - run: echo toJSON(runner) || true itinerant_ruff_fixes: name: "${{ github.event.inputs.repo }}" strategy: