From 771ad1b5f4aff8ace2aa593f13be6f121d705ad8 Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Mon, 23 Aug 2021 12:51:26 +0900 Subject: [PATCH] fix: add missing outputs --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index c169c3206..609d0f9ad 100644 --- a/action.yml +++ b/action.yml @@ -67,6 +67,10 @@ inputs: outputs: pull-request-number: description: 'The pull request number' + pull-request-url: + description: 'The URL of the pull request.' + pull-request-operation: + description: 'The pull request operation performed by the action, `created`, `updated` or `closed`.' runs: using: 'node12' main: 'dist/index.js'