Ensure gh cli is installed.

This commit is contained in:
Corneil du Plessis
2023-01-18 16:37:49 +02:00
parent ab75ddde98
commit 562b84c9ec
2 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ jobs:
with:
ref: 'main'
path: ${{ env.MAIN_PATH }}
- name: 'Configure: Install gh cli'
uses: ./.github/actions/install-gh
- name: 'Configure: Ensure scripts are executable'
shell: bash
run: find . -type f -name "*.sh" -exec chmod a+x '{}' \;