Skip to content

Commit

Permalink
dump_contexts_to_log: runs-on: ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored May 15, 2024
1 parent 16a77b6 commit add6fae
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 @@ -20,14 +20,14 @@ jobs:
- run: npm config list -l
- run: npm doctor || true
- run: echo ${{ runner.name }}, ${{ runner.os }}, ${{ runner.arch }}, ${{ runner.debug }}, ${{ runner.temp }}, ${{ runner.tool_cache }}
- run: echo ${{ toJson(runner) }}
# - run: echo ${{ toJson(runner) }}
# - run: echo ${{ runner }} # Object
# - run: echo toJSON( $runner ) || true
# - run: echo toJSON( ${{ runner }} ) || true
# - run: echo toJSON(runner) || true

dump_contexts_to_log:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Dump GitHub context
env:
Expand Down

0 comments on commit add6fae

Please sign in to comment.