Skip to content

Commit

Permalink
debug init-ssh-deploy-keys call
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed May 3, 2024
1 parent 2284083 commit 326a519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-in-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}";
Expand Down

0 comments on commit 326a519

Please sign in to comment.