feature/move-to-forgejo #1
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue