From d7d655eb2bde26687912f926b7b01441f1944807 Mon Sep 17 00:00:00 2001 From: KeHao Date: Wed, 25 May 2022 10:06:32 +0800 Subject: [PATCH] fix: trello-github variable name Signed-off-by: KeHao --- test/e2e/yaml/e2e-trello-github-tools.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/yaml/e2e-trello-github-tools.yaml b/test/e2e/yaml/e2e-trello-github-tools.yaml index db00796ce..e87cdd606 100644 --- a/test/e2e/yaml/e2e-trello-github-tools.yaml +++ b/test/e2e/yaml/e2e-trello-github-tools.yaml @@ -4,14 +4,14 @@ tools: dependsOn: [ ] options: org: [[ githubOrganization ]] - repo: [[ RepoName ]] + repo: [[ repoName ]] kanbanBoardName: [[ kanbanBoardName ]] - name: trello-github-integ instanceID: default dependsOn: [ "trello.default" ] options: org: [[ githubOrganization ]] - repo: [[ RepoName ]] + repo: [[ repoName ]] boardId: ${{ trello.default.outputs.boardId }} todoListId: ${{ trello.default.outputs.todoListId }} doingListId: ${{ trello.default.outputs.doingListId }}