This commit is contained in:
parent
a1ee2000af
commit
9f12ad4e2d
1 changed files with 0 additions and 3 deletions
|
@ -16,9 +16,6 @@ jobs:
|
||||||
apk add git nodejs nix --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
|
apk add git nodejs nix --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
|
||||||
git config --global user.email "${{github.actor}}"
|
git config --global user.email "${{github.actor}}"
|
||||||
git config --global user.name "Albert J. Copeland"
|
git config --global user.name "Albert J. Copeland"
|
||||||
- name: "Setup SSh Keys"
|
|
||||||
run: |
|
|
||||||
echo ${secrets.PRIVATE_SSH_KEY} >
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: "Directory Structure"
|
- name: "Directory Structure"
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue