commit 785d5b6b2843dcb1238c6e96f13ac754b935f4d4
parent 0e8f02e809bdd4e5ca1e61554a8d0fb98c0df6c2
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Sat, 24 Jul 2021 16:41:25 +0200
Update man.yml
Diffstat:
1 file changed, 3 insertions(+), 3 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,8 +22,8 @@ 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 $SSH_AUTH_SOCK
+ ls -l "${RUNNER_TEMP}"
+ ls -l "${SSH_AUTH_SOCK}"
ssh-add - <<< "${{ secrets.SSH_B64 }}"
- name: Send html to website