mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 07:26:25 +00:00
workflows: test
This commit is contained in:
parent
39127c75f7
commit
a57a1f4727
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
echo "${{secrets.SSH_PRIVATE_KEY}}" > ~/.ssh/id_rsa
|
echo "${{secrets.SSH_PRIVATE_KEY}}" > ~/.ssh/id_rsa
|
||||||
chmod 600 ~/.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
|
- name: Run
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue