debugging
This commit is contained in:
parent
aeddc80146
commit
f0139b2306
1 changed files with 1 additions and 1 deletions
|
@ -37,8 +37,8 @@ jobs:
|
||||||
- name: Make id_ed25519 user only
|
- name: Make id_ed25519 user only
|
||||||
run: |
|
run: |
|
||||||
ls -la $HOME/.ssh
|
ls -la $HOME/.ssh
|
||||||
chmod 600 $HOME/.ssh/id_ed25519
|
|
||||||
echo ${{ steps.sshkey.outputs.filePath }}
|
echo ${{ steps.sshkey.outputs.filePath }}
|
||||||
|
chmod 600 $HOME/.ssh/id_ed25519
|
||||||
- uses: https://github.com/cachix/cachix-action@v15
|
- uses: https://github.com/cachix/cachix-action@v15
|
||||||
if: ${{ !github.event.pull_request.head.repo.fork }}
|
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue