fix workflow
All checks were successful
test / test (push) Successful in 4s

This commit is contained in:
Lucy 2025-04-05 13:00:06 +02:00
parent 74f71728c3
commit 2af9aae496

View file

@ -15,5 +15,5 @@ jobs:
- run: for i in *.pub; do ./check_key.sh $i; done - run: for i in *.pub; do ./check_key.sh $i; done
- run: | - run: |
echo assembeling authorized keys && echo assembeling authorized keys &&
cat keys/*.pub > authorized_keys cat *.pub > authorized_keys
- run: ssh-keygen -l -f authorized_keys - run: ssh-keygen -l -f authorized_keys