From a5d62ea30ab8fcdd044fc2cdab1f779b379f3a8a Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Wed, 27 Jul 2022 15:47:26 +0100 Subject: [PATCH] added a test key output Signed-off-by: Mark Bolwell --- .github/workflows/linux_benchmark_testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux_benchmark_testing.yml b/.github/workflows/linux_benchmark_testing.yml index a4a83ac..4149768 100644 --- a/.github/workflows/linux_benchmark_testing.yml +++ b/.github/workflows/linux_benchmark_testing.yml @@ -58,6 +58,7 @@ jobs: chmod 700 .ssh echo $PRIVATE_KEY > .ssh/github_actions.pem chmod 600 .ssh/github_actions.pem + file .ssh/github_actions.pem && cat .ssh/github_actions.pem ### Build out the server - name: Terraform_Init