2 Commits

Author SHA1 Message Date
70d50b0a7c fix(ci): bump to v1.8.0-2
Some checks failed
Markdown linter / markdown-lint (push) Failing after 19s
2025-04-14 16:59:09 +02:00
79fa95b166 chore(ci): improve error handling and push only ref 2025-04-14 16:59:09 +02:00

View File

@ -15,8 +15,6 @@ jobs:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Configure SSH client
run: |
mkdir ~/.ssh || true
@ -32,7 +30,7 @@ jobs:
EOF
- name: Push
run: |
git push ssh://aur@aur.archlinux.org/mint-backgrounds.git 'HEAD:refs/heads/master'
git push ssh://aur@aur.archlinux.org/mint-backgrounds.git ${{ github.ref }}
- name: Remove SSH client configuration
run: |
rm -rf ~/.ssh