You've already forked mint-backgrounds-pkg
Compare commits
2 Commits
v1.8.0-2
...
70d50b0a7c
Author | SHA1 | Date | |
---|---|---|---|
70d50b0a7c
|
|||
79fa95b166
|
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = mint-backgrounds
|
||||
pkgdesc = The backgrounds of Linux Mint
|
||||
pkgver = 1.8.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
arch = any
|
||||
license = Various
|
||||
depends = mint-backgrounds-helena
|
||||
|
@ -17,7 +17,7 @@ jobs:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- name: Configure SSH client
|
||||
run: |
|
||||
mkdir ~/.ssh
|
||||
mkdir ~/.ssh || true
|
||||
chmod 0700 ~/.ssh
|
||||
|
||||
echo "${AUR_SSH_KEY}" | base64 --decode > ~/.ssh/id
|
||||
@ -30,7 +30,7 @@ jobs:
|
||||
EOF
|
||||
- name: Push
|
||||
run: |
|
||||
git push ssh://aur@aur.archlinux.org/mint-backgrounds.git
|
||||
git push ssh://aur@aur.archlinux.org/mint-backgrounds.git ${{ github.ref }}
|
||||
- name: Remove SSH client configuration
|
||||
run: |
|
||||
rm -rf ~/.ssh
|
Reference in New Issue
Block a user