mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-07 05:27:14 -07:00
workflows: test
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{secrets.SSH_PRIVATE_KEY}}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
ssh -v -o StrictHostKeyChecking=no alpine exit
|
||||
ssh -v -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no user@alpine exit
|
||||
- name: Run
|
||||
uses: ./
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user