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