Skip to content

Commit dd5071b

Browse files
committed
Add "Print inputs" step
1 parent f9cd748 commit dd5071b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ jobs:
6060
run:
6161
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}"
6262
steps:
63+
- name: Print inputs
64+
run: |
65+
cat <<EOF
66+
${{ toJSON(inputs) }}
67+
EOF
68+
6369
- name: Checkout repository
6470
uses: actions/checkout@v4
6571

0 commit comments

Comments
 (0)