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.
1 parent 1ccaa51 commit fae8c2fCopy full SHA for fae8c2f
.github/workflows/buildpack-integration-test.yml
@@ -160,7 +160,7 @@ jobs:
160
-builder-source=${{ matrix.builder-source }} \
161
-builder-target=${{ matrix.builder-target }} \
162
-builder-runtime=${{ inputs.builder-runtime }} \
163
- -builder-runtime-version=${{ inputs.builder-runtime-version }}
+ -builder-runtime-version=${{ inputs.builder-runtime-version }} \
164
-builder-tag=${{ inputs.builder-tag }} \
165
-start-delay=${{ inputs.start-delay }} \
166
-output-file=${{ inputs.output-file }} \
@@ -171,4 +171,4 @@ jobs:
171
with:
172
name: ${{ matrix.type }}_buildpack_integ_logs
173
path: /tmp/ff_*
174
- retention-days: 5
+ retention-days: 5
0 commit comments