From 571daabda299e51b4ba8310308d2bd98290c4396 Mon Sep 17 00:00:00 2001 From: Louis Le Date: Sat, 23 Dec 2023 11:57:08 +0700 Subject: [PATCH] Update test-action.yml --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 8091fe7..f3ffee4 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -46,7 +46,7 @@ jobs: } >> $GITHUB_OUTPUT - uses: ./ name: "Code Review" - id: review3 + id: review with: apiKey: ${{ secrets.API_KEY }} githubToken: ${{ secrets.GITHUB_TOKEN }}