Skip to content

Commit 4b5697d

Browse files
cf-buildpacks-engryanmoran
authored andcommitted
Updating github-config
1 parent 5bdfa47 commit 4b5697d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test-pull-request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@ jobs:
3131
matrix: ${{ steps.set-matrix.outputs.matrix }}
3232
needs: unit
3333
steps:
34+
- name: Checkout
35+
uses: actions/checkout@v2
36+
3437
- name: Set Matrix
3538
id: set-matrix
3639
run: |
3740
matrix="$(jq -r -c '.integration.matrix' ./config.json)"
3841
printf "Output: matrix=%s\n" "${matrix}"
39-
printf "matrix=%s\n" "${matrix}"
42+
printf "matrix=%s\n" "${matrix}" >> "$GITHUB_OUTPUT"
4043
4144
integration:
4245
name: Integration Test

0 commit comments

Comments
 (0)