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

@ -15,6 +15,8 @@ jobs:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Configure SSH client
run: |
mkdir ~/.ssh || true
@ -30,7 +32,7 @@ jobs:
EOF
- name: Push
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
run: |
rm -rf ~/.ssh