From 57bbd38e56db0d997d1e689d899f8b0d9eef4004 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Wed, 4 Mar 2020 19:56:33 +0100 Subject: [PATCH] Add outputs to action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index f6b6077..477de4f 100644 --- a/action.yml +++ b/action.yml @@ -35,6 +35,10 @@ inputs: required: false default: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> +outputs: + changes_detected: + description: Value is "true", if the repository was dirty and file changes have been detected. Value is "false", if no changes have been detected. + runs: using: 'node12' main: 'index.js'