Skip to content

Commit

Permalink
switch actions pack
Browse files Browse the repository at this point in the history
  • Loading branch information
jpabbuehl committed Dec 11, 2021
1 parent f852c28 commit dce608b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
- uses: webfactory/ssh-agent@v0.5.4
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa # optional
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace # replace / ignore / fail; optional (defaults to fail)
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: add Github known_hosts
runs: |
set -e
ssh-keyscan github.com >> ~/.ssh/known_hosts
- name: test installer
run: |
set -e
export CI=1
ls /home/runner/.ssh
cat /home/runner/.ssh/id_rsa
cat /home/runner/.ssh/known_hosts
bash utils/installer_dot.sh

0 comments on commit dce608b

Please sign in to comment.