You've already forked mint-backgrounds-pkg
Compare commits
1 Commits
v1.8.0-2
...
ec8241bf01
Author | SHA1 | Date | |
---|---|---|---|
ec8241bf01
|
@ -15,11 +15,9 @@ jobs:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Configure SSH client
|
||||
run: |
|
||||
mkdir ~/.ssh || true
|
||||
mkdir ~/.ssh
|
||||
chmod 0700 ~/.ssh
|
||||
|
||||
echo "${AUR_SSH_KEY}" | base64 --decode > ~/.ssh/id
|
||||
@ -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
|
||||
- name: Remove SSH client configuration
|
||||
run: |
|
||||
rm -rf ~/.ssh
|
Reference in New Issue
Block a user