Debug base64
Some checks reported warnings
/ build (push) Has been cancelled

This commit is contained in:
Alexander Schäferdiek 2023-08-17 23:59:14 +02:00
parent 60635c4b47
commit 5d1fa6d179

View file

@ -18,6 +18,14 @@ jobs:
run: |
find usr/local/bin -type f -exec echo Testing {} \; -exec shellcheck {} \;
- name: DEBUG STEP
run: |
echo $KEY
echo "Base 64 stuff"
echo $KEY | base64 -d
env:
KEY: ${{ secrets.DEPLOY_SSH_KEY }}
- name: Build ArchLinux package
run: |
useradd -m build