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 13940ae commit 95e707c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/itinerant_ruff_fixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
- run: npm config list
- run: npm config list -l
- run: npm doctor || true
- run: echo ${{ runner.name }} ${{ runner.os }} ${{ runner.arch }} ${{ runner.debug }} ${{ runner.temp }} ${{ runner.tool_cache }} || true
- run: echo ${{ runner.name }} ${{ runner.os }} ${{ runner.arch }} ${{ runner.debug }} ${{ runner.temp }} ${{ runner.tool-cache }} || true
- run: echo ${{ runner.name }}, ${{ runner.os }}, ${{ runner.arch }}, ${{ runner.debug }}, ${{ runner.temp }}, ${{ runner.tool_cache }} || true
itinerant_ruff_fixes:
name: "${{ github.event.inputs.repo }}"
strategy:
Expand Down

0 comments on commit 95e707c

Please sign in to comment.