From 81783d6327cfd441c3bf6ba74100547465664821 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Tue, 29 Oct 2024 02:42:44 -0700 Subject: [PATCH] sanity check ssh keyfile --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 7eba90ad..f71312b0 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -52,4 +52,4 @@ jobs: ssh-keygen -l -f /home/runner/.ssh/repros.key ssh-keyscan -H ${{matrix.host}} >> ~/.ssh/known_hosts git remote add repros-lance git@${{matrix.host}}:qos - ssh-agent sh -c "ssh-add ~/.ssh/repros.key && git push repros-lance HEAD + git push repros-lance HEAD