diary

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

commit c3da87bec2302c2e6402eba5c6e0429541f2784a
parent 01cd0e6f6fd13af9fe383a2be1f241aa78d932c8
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 24 Jul 2021 16:53:05 +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: "${{ env.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 ${{ env.SSH_AUTH_SOCK }} > /dev/null - ls -l ${{ env.RUNNER_TEMP }} + ls -l $RUNNER_TEMP ls -l ${{ env.SSH_AUTH_SOCK }} ssh-add - <<< "${{ secrets.SSH_B64 }}"