Skip to content

Commit

Permalink
debug! echo
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Mar 3, 2025
1 parent 40c34ca commit f9c63d2
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ runs:
}}
- name: Log contexts
run: |
github: ${{ github }}
inputs: ${{ inputs }}
job: ${{ job }}
matrix: ${{ matrix }}
runner: ${{ runner }}
echo github: ${{ github }}
echo inputs: ${{ inputs }}
echo job: ${{ job }}
echo matrix: ${{ matrix }}
echo runner: ${{ runner }}
shell: bash

...

0 comments on commit f9c63d2

Please sign in to comment.