Skip to content

Commit 432f48b

Browse files
author
Johannes Schneider
committed
fix: matrix tasks
1 parent 6bc14bf commit 432f48b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/perform-release.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,22 @@ jobs:
6565
matrix:
6666
task:
6767
- {
68-
"name": "Code PR",
69-
"branch": ${{ needs.prerequisites.outputs.code-branch }},
70-
"repo": ${{ github.repository }},
71-
"token": ${{ github.token }}
68+
"name": "Code PR",
69+
"branch": ${{ needs.prerequisites.outputs.code-branch }},
70+
"repo": ${{ github.repository }},
71+
"token": ${{ github.token }}
7272
}
7373
- {
74-
"name": "Docs PR",
75-
"branch": ${{ needs.prerequisites.outputs.docs-branch }},
76-
"repo": ${{ env.DOCS_REPO }},
77-
"token": ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }}
74+
"name": "Docs PR",
75+
"branch": ${{ needs.prerequisites.outputs.docs-branch }},
76+
"repo": ${{ env.DOCS_REPO }},
77+
"token": ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }}
7878
}
7979
- {
80-
"name": "Release Notes PR",
81-
"branch": ${{ needs.prerequisites.outputs.release-notes-branch }},
82-
"repo": ${{ env.DOCS_REPO }},
83-
"token": ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }}
80+
"name": "Release Notes PR",
81+
"branch": ${{ needs.prerequisites.outputs.release-notes-branch }},
82+
"repo": ${{ env.DOCS_REPO }},
83+
"token": ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }}
8484
}
8585
steps:
8686
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)