Skip to content

Commit

Permalink
enhancement: added the dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Apr 15, 2022
1 parent b9f3c53 commit e70d5e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Expand Up @@ -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
Expand Down

0 comments on commit e70d5e8

Please sign in to comment.