Skip to content

Commit

Permalink
Update itinerant_ruff_fixes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Apr 20, 2024
1 parent ca40b20 commit f59cf9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/itinerant_ruff_fixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f59cf9e

Please sign in to comment.