diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index d07e68f..2793e20 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -21,7 +21,7 @@ jobs: SKIP_LOGIN: true - name: Setup SSH Credentials - run: base64 -d ${{ secrets.SSH_CREDS }} | tar -xzvf - -C ~/ssh_creds + run: echo ${{ secrets.SSH_CREDS }} | base64 -d | tar -xzvf - -C ~/ssh_creds - name: AUR Routine run: docker build -t aur_routine package/aur && docker run aur_routine