diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 0e8f02e809bdd4e5ca1e61554a8d0fb98c0df6c2
parent 2df996a06565a6e0ece9fda344397cbce3c2a01e
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 24 Jul 2021 16:40:08 +0200

Update man.yml
Diffstat:
M.github/workflows/man.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/man.yml b/.github/workflows/man.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [ master ] env: - SSH_AUTH_SOCK: /$RUNNER_TEMP/ssh-agent.sock + SSH_AUTH_SOCK: $RUNNER_TEMP/ssh-agent.sock jobs: man: @@ -22,7 +22,7 @@ jobs: # https://www.webfactory.de/blog/use-ssh-key-for-private-repositories-in-github-actions run: | ssh-agent -a $SSH_AUTH_SOCK > /dev/null - ls -l /$RUNNER_TEMP/ + ls -l $RUNNER_TEMP/ ls -l $SSH_AUTH_SOCK ssh-add - <<< "${{ secrets.SSH_B64 }}"