From a831763d22feb6704d6f178435018fd1a6788e77 Mon Sep 17 00:00:00 2001 From: numaryu Date: Wed, 23 Oct 2024 20:27:01 +0900 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 7337a93..ce9e2fb 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -51,7 +51,7 @@ jobs: # テスト結果をGitHub上で表示する - name: display results - - uses: GitHubSecurityLab/actions-permissions/monitor@v1 + uses: GitHubSecurityLab/actions-permissions/monitor@v1 with: config: ${{ vars.PERMISSIONS_CONFIG }} uses: EnricoMi/publish-unit-test-result-action@v2