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