From 4f9d4743694bbfb458295a7309c647037fb36c51 Mon Sep 17 00:00:00 2001 From: "Naoki Ikeguchi (YUMEMI Inc.)" Date: Wed, 24 Nov 2021 22:27:03 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20syntax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9c0ab01..35c81bf 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: report_enabled: required: true description: 'Reports to GitHub pull request only if this input is "true".' - default: '${{ github.event.repository.owner.id }} == ${{ github.event.pull_request.head.user.id }}' + default: '${{ github.event.repository.owner.id == github.event.pull_request.head.user.id }}' owner: required: true description: 'The owner (organization) of the repository.'