We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d872b9 commit 034a22bCopy full SHA for 034a22b
1 file changed
.github/workflows/merge-demo-feature.yml
@@ -42,8 +42,8 @@ jobs:
42
- name: Checkout Demo
43
uses: actions/checkout@v4
44
with:
45
- repository: "${{ github.repository_owner }}/${{ inputs.demo_name }}"
46
- path: ${{ inputs.demo_name }}
+ repository: "${{ github.repository_owner }}/${{ matrix.demo_name }}"
+ path: ${{ matrix.demo_name }}
47
ref: develop
48
token: ${{ secrets.DEMO_TOKEN }}
49
0 commit comments