mirror of
https://github.com/fischermoseley/manta.git
synced 2026-09-07 04:29:44 +02:00
did what chatGPT told me to for configuring the windows action
This commit is contained in:
@@ -73,10 +73,8 @@ jobs:
|
||||
run: |
|
||||
dir
|
||||
pwd
|
||||
dir "$env:USERPROFILE\.ssh"
|
||||
mkdir "$env:USERPROFILE\.ssh"
|
||||
"${{ secrets.LAB_BC_PRIVATE_KEY }}" | "$env:USERPROFILE\.ssh\id_rsa"
|
||||
"${{ secrets.LAB_BC_KNOWN_HOSTS }}" | "$env:USERPROFILE\.ssh\known_hosts"
|
||||
$file = "$env:userprofile\.ssh\id_rsa"
|
||||
Set-Content -Path $file -Value ${{ secrets.LAB_BC_KNOWN_HOSTS }}
|
||||
|
||||
- name: Install Manta from Source
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user