Skip to content

Commit 034a22b

Browse files
committed
cicd: replace faulty inputs reference with matrix instead
1 parent 5d872b9 commit 034a22b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/merge-demo-feature.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: Checkout Demo
4343
uses: actions/checkout@v4
4444
with:
45-
repository: "${{ github.repository_owner }}/${{ inputs.demo_name }}"
46-
path: ${{ inputs.demo_name }}
45+
repository: "${{ github.repository_owner }}/${{ matrix.demo_name }}"
46+
path: ${{ matrix.demo_name }}
4747
ref: develop
4848
token: ${{ secrets.DEMO_TOKEN }}
4949

0 commit comments

Comments
 (0)