env/main,root
Some checks failed
/ job (push) Failing after 6m15s

This commit is contained in:
Marc Beninca 2024-06-23 23:30:34 +02:00
parent debd29afc8
commit a0a397831f
Signed by: marc.beninca
GPG Key ID: 9C7613450C80C24F
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@ jobs:
image: debian:bookworm
steps:
- name: pidd
env:
PIDD_GIT_MAIN: ${{vars.PIDD_GIT_MAIN}}
PIDD_GIT_ROOT: ${{vars.PIDD_GIT_ROOT}}
run: >
${{vars.PIDD}}
"${{secrets.PIDD_SSH_KEY}}"

View File

@ -6,6 +6,9 @@ jobs:
image: debian:bookworm
steps:
- name: pidd
env:
PIDD_GIT_MAIN: ${{vars.PIDD_GIT_MAIN}}
PIDD_GIT_ROOT: ${{vars.PIDD_GIT_ROOT}}
run: >
echo '${{vars.PIDD}}' | tr -d '\r' | sh -s
"${{secrets.PIDD_SSH_KEY}}"