You've already forked mint-backgrounds-pkg
chore(ci): improve error handling and push only ref
Some checks failed
Markdown linter / markdown-lint (push) Failing after 11s
Some checks failed
Markdown linter / markdown-lint (push) Failing after 11s
This commit is contained in:
@ -15,9 +15,11 @@ jobs:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Configure SSH client
|
||||
run: |
|
||||
mkdir ~/.ssh
|
||||
mkdir ~/.ssh || true
|
||||
chmod 0700 ~/.ssh
|
||||
|
||||
echo "${AUR_SSH_KEY}" | base64 --decode > ~/.ssh/id
|
||||
|
Reference in New Issue
Block a user