1 Commits

Author SHA1 Message Date
9882035ca4 chore(ci): improve error handling and push only ref
Some checks failed
Markdown linter / markdown-lint (push) Failing after 20s
2025-04-14 17:32:17 +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 ${{ github.ref }} git push ssh://aur@aur.archlinux.org/mint-backgrounds.git 'HEAD:refs/heads/master'
- name: Remove SSH client configuration - name: Remove SSH client configuration
run: | run: |
rm -rf ~/.ssh rm -rf ~/.ssh