mirror of
https://github.com/zoriya/Twac.git
synced 2026-06-12 05:53:09 +00:00
Update main.yml
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Run a one-line script
|
||||
run: |
|
||||
mkdir -p .ssh
|
||||
mkdir -p ~/.ssh
|
||||
echo -ne $SSH_PRIVATE_KEY >> ~/.ssh/blih
|
||||
echo -ne "Host git.epitech.eu\n\tHostname git.epitech.eu\n\tUser git\n\tIdentityFile $(readlink -f ~/.ssh/blih)\n"
|
||||
ssh-keyscan git.epitech.eu >> ~/.ssh/known_hosts
|
||||
|
||||
Reference in New Issue
Block a user