Compare commits
No commits in common. "6a21114ffb5b591fbc1d823c07f8f01e28a4f7fa" and "cfa483a0112376408a6469b987edba55122e75a9" have entirely different histories.
6a21114ffb
...
cfa483a011
@ -14,7 +14,7 @@ jobs:
|
||||
- name: Clone
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.LOCAL_SSH_KEY }}" | tr -d '\r' > ~/.ssh/id_ed25519
|
||||
echo "${{ secrets.PI_GIT_KEY }}" | tr -d '\r' > ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
ssh-keyscan git.kcrawford.net >> ~/.ssh/known_hosts
|
||||
git clone --branch ${GITHUB_REF_NAME} git@git.kcrawford.net:${{env.GITHUB_REPOSITORY}}.git .
|
||||
|
Loading…
Reference in New Issue
Block a user