From e70d5e8fe5d88f5a0a28488fc1739f17dea71063 Mon Sep 17 00:00:00 2001 From: leonsteinhaeuser Date: Fri, 15 Apr 2022 18:17:14 +0200 Subject: [PATCH] enhancement: added the dependency check --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 70957f0..3c7a133 100644 --- a/action.yml +++ b/action.yml @@ -58,6 +58,10 @@ branding: runs: using: "composite" steps: + - name: "Install the gh cli tool if not installed" + shell: bash + run: ./deps.sh + - name: "Error missing auth conf" if: inputs.gh_app_secret_key == '' && inputs.gh_app_ID == '' && inputs.gh_token == '' shell: bash