mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
workflows: test
This commit is contained in:
parent
efea786a0b
commit
39127c75f7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -20,8 +20,8 @@ jobs:
|
|||
apk -U add openssh
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{secrets.SSH_PRIVATE_KEY}}" > ~/.ssh/id_rsa
|
||||
chmod 400 ~/.ssh/id_rsa
|
||||
ssh -o StrictHostKeyChecking=no alpine exit
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
ssh -v -o StrictHostKeyChecking=no alpine exit
|
||||
- name: Run
|
||||
uses: ./
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue