From a991ab427b59d61a22fa232d28790aee8761c4f4 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 4 Mar 2021 22:50:33 -0500 Subject: [PATCH] Update action.yml --- action.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index fb91e264..2a945f3b 100644 --- a/action.yml +++ b/action.yml @@ -28,10 +28,12 @@ outputs: description: List of all changed files. runs: - using: 'docker' - image: 'Dockerfile' - args: - - ${{ inputs.token }} + using: 'composite' + steps: + - id: changed-files + run: | + bash entrypoint.sh + shell: bash branding: icon: git-pull-request color: white