From ba2141b022f3b2d77e6a858974c1a6a2e292f142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kwiecin=CC=81ski?= Date: Fri, 16 Feb 2024 23:24:25 +0100 Subject: [PATCH] Fix action outputs description --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index a84c4bd..7d6652c 100644 --- a/action.yml +++ b/action.yml @@ -33,10 +33,10 @@ outputs: description: "Path to a file containing the raw diff output" value: ${{ steps.diff-generator.outputs.file-diff }} dependencies-current: - description: "" + description: "Path to a file containing dependencies dump from currently checked out ref" value: ${{ steps.diff-generator.outputs.dependencies-current }} dependencies-previous: - description: "" + description: "Path to a file containing dependencies dump from `github.base_ref`" value: ${{ steps.diff-generator.outputs.dependencies-previous }} branding: color: 'red'