We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a7456 commit db4009eCopy full SHA for db4009e
1 file changed
.github/workflows/_shared-run-test.yaml
@@ -79,7 +79,12 @@ jobs:
79
- name: Checkout Repository
80
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
81
82
- - name: Cache Docker images.
+ - name: "Show Inputs"
83
+ shell: bash
84
+ run: |
85
+ echo '${{ toJson(inputs) }}'
86
+
87
+ - name: Load docker cache artifact (kurtosis-${{ inputs.kurtosis_version }})
88
if: ${{ inputs.backend == 'docker' }}
89
id: cache
90
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
0 commit comments