From 326a5192eab39002d85be02e420b3cdedeb16115 Mon Sep 17 00:00:00 2001 From: ptaylor Date: Fri, 3 May 2024 11:00:08 -0700 Subject: [PATCH] debug init-ssh-deploy-keys call --- .github/workflows/build-in-devcontainer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-in-devcontainer.yml b/.github/workflows/build-in-devcontainer.yml index f13a2f11aed..ff3069b93ac 100644 --- a/.github/workflows/build-in-devcontainer.yml +++ b/.github/workflows/build-in-devcontainer.yml @@ -118,7 +118,7 @@ jobs: if test -n '${{ inputs.extra-repo-deploy-key-2 }}'; then ssh-add - <<< '${{ secrets[inputs.extra-repo-deploy-key-2] }}'; fi - devcontainer-utils-init-ssh-deploy-keys || true; + bash -x devcontainer-utils-init-ssh-deploy-keys || true; fi cd ~/"${REPOSITORY}";