Ensure gh cli is installed.
This commit is contained in:
2
.github/workflows/ci-pr.yml
vendored
2
.github/workflows/ci-pr.yml
vendored
@@ -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 '{}' \;
|
||||
|
||||
Reference in New Issue
Block a user