We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
print_inputs
e2e-accuracy.yml
1 parent 3f56b9d commit e79b956Copy full SHA for e79b956
.github/workflows/e2e-accuracy.yml
@@ -106,11 +106,15 @@ jobs:
106
steps:
107
- name: Print inputs
108
run: |
109
- echo "${{ toJSON(github.event.inputs) }}"
+ cat <<EOF
110
+ ${{ toJSON(github.event.inputs) }}
111
+ EOF
112
113
- name: Print setup outputs
114
- echo "${{ toJSON(needs.setup.outputs) }}"
115
116
+ ${{ toJSON(needs.setup.outputs) }}
117
118
119
run_tests:
120
name: Run test matrix
0 commit comments