Add chains to the downstream test (#2237)

This commit is contained in:
Matt Moore 2021-08-26 17:55:37 -07:00 committed by GitHub
parent ddd97e9fb8
commit 263ce4067b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,8 @@ jobs:
include:
- repo: pipeline
org: tektoncd
- repo: chains
org: tektoncd
runs-on: ubuntu-latest
@ -58,7 +60,7 @@ jobs:
path: ./src/github.com/${{ matrix.org }}/${{ matrix.repo }}
- name: Test Downstream
uses: knative-sandbox/actions-downstream-test@v1.3.0
uses: knative-sandbox/actions-downstream-test@v1
with:
upstream-module: knative.dev/${{ github.event.repository.name }}
downstream-module: github.com/${{ matrix.org }}/${{ matrix.repo }}