Skip to content

Commit fae8c2f

Browse files
author
Kenneth Rosario
authored
fix: fix reusable workflow (#124)
1 parent 1ccaa51 commit fae8c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildpack-integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
-builder-source=${{ matrix.builder-source }} \
161161
-builder-target=${{ matrix.builder-target }} \
162162
-builder-runtime=${{ inputs.builder-runtime }} \
163-
-builder-runtime-version=${{ inputs.builder-runtime-version }}
163+
-builder-runtime-version=${{ inputs.builder-runtime-version }} \
164164
-builder-tag=${{ inputs.builder-tag }} \
165165
-start-delay=${{ inputs.start-delay }} \
166166
-output-file=${{ inputs.output-file }} \
@@ -171,4 +171,4 @@ jobs:
171171
with:
172172
name: ${{ matrix.type }}_buildpack_integ_logs
173173
path: /tmp/ff_*
174-
retention-days: 5
174+
retention-days: 5

0 commit comments

Comments
 (0)