This commit is contained in:
Erica Marigold 2023-07-27 10:20:29 +05:30 committed by GitHub
parent 585aeafffb
commit 2d975c3ed4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,12 +21,12 @@ jobs:
SKIP_LOGIN: true SKIP_LOGIN: true
- name: Create SSH_CREDS directory - name: Create SSH_CREDS directory
run: mkdir ~/ssh_creds run: mkdir ./package/aur/ssh_creds
- name: Setup SSH Credentials - name: Setup SSH Credentials
run: echo ${{ secrets.SSH_CREDS }} | base64 -d | tar -xzvf - -C ~/ssh_creds run: echo ${{ secrets.SSH_CREDS }} | base64 -d | tar -xzvf - -C ./package/aur/ssh_creds
- run: ls -lah ~/ssh_creds/.ssh - run: ls -lah ./package/aur/ssh_creds
- name: AUR Routine - name: AUR Routine
run: docker build -t aur_routine package/aur && docker run aur_routine run: docker build -t aur_routine package/aur && docker run aur_routine