3 Commits

Author SHA1 Message Date
5cb0922b40 fix(ci): bump to v1.8.0-2
Some checks failed
Markdown linter / markdown-lint (push) Failing after 21s
2025-04-14 17:09:15 +02:00
512e76a249 chore(workflows): fetch all commits 2025-04-14 17:09:15 +02:00
79fa95b166 chore(ci): improve error handling and push only ref 2025-04-14 16:59:09 +02:00

View File

@ -32,7 +32,7 @@ jobs:
EOF EOF
- name: Push - name: Push
run: | 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 - name: Remove SSH client configuration
run: | run: |
rm -rf ~/.ssh rm -rf ~/.ssh