From 59079a7b2a96ccf4045ac2293d417d719b1bb17a Mon Sep 17 00:00:00 2001 From: rndquu <119500907+rndquu@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:20:14 +0300 Subject: [PATCH] ci: update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 149d250..fbe0e85 100644 --- a/action.yml +++ b/action.yml @@ -53,7 +53,7 @@ runs: id: get_installation_token with: app_id: ${{ inputs.app_id }} - app_private_key: ${{ inputs.app_private_key }} + private_key: ${{ inputs.app_private_key }} - name: Find associated pull request id: pr