debug infra workflow
All checks were successful
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 3m6s
All checks were successful
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 3m6s
This commit is contained in:
2
.github/workflows/infra.yaml
vendored
2
.github/workflows/infra.yaml
vendored
@@ -66,6 +66,8 @@ jobs:
|
||||
mkdir -p -m 700 ~/.ssh
|
||||
echo "${{ secrets.SSH_PRIVATE }}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
cat ~/.ssh/id_rsa | wc -c
|
||||
cat ~/.ssh/id_rsa | wc -l
|
||||
|
||||
- name: Run playbooks
|
||||
if: env.DEPLOY != 'none' && steps.playbooks.outputs.to_run != ''
|
||||
|
Reference in New Issue
Block a user