mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
check env vars
This commit is contained in:
parent
25d0d92f18
commit
fac619f3be
1 changed files with 2 additions and 2 deletions
4
.github/workflows/aur.yml
vendored
4
.github/workflows/aur.yml
vendored
|
@ -19,9 +19,9 @@ jobs:
|
|||
uses: actions-hub/docker/cli@master
|
||||
env:
|
||||
SKIP_LOGIN: true
|
||||
|
||||
- run: echo $SSH_CREDS
|
||||
- name: Setup SSH Credentials
|
||||
run: echo $SSH_CREDS | base64 -d | tar --no-same-owner -xzf - -C ~/ssh_creds && ls .ssh
|
||||
run: echo $SSH_CREDS | base64 -d | tar -xzvf - -C ~/ssh_creds
|
||||
|
||||
- name: AUR Routine
|
||||
run: docker build -t aur_routine package/aur && docker run aur_routine
|
||||
|
|
Loading…
Reference in a new issue