You've already forked mint-backgrounds-pkg
Compare commits
1 Commits
70d50b0a7c
...
v1.8.0-2
Author | SHA1 | Date | |
---|---|---|---|
9882035ca4
|
@ -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
|
Reference in New Issue
Block a user