did what chatGPT told me to for configuring the windows action

This commit is contained in:
Fischer Moseley 2023-04-13 18:33:20 -04:00
parent 445586afee
commit 294cd0a722
1 changed files with 2 additions and 4 deletions

View File

@ -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: |