You've already forked mint-backgrounds-pkg
Compare commits
2 Commits
v1.8.0-2
...
70d50b0a7c
Author | SHA1 | Date | |
---|---|---|---|
70d50b0a7c
|
|||
79fa95b166
|
@ -15,8 +15,6 @@ jobs:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Configure SSH client
|
||||
run: |
|
||||
mkdir ~/.ssh || true
|
||||
@ -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 ${{ github.ref }}
|
||||
- name: Remove SSH client configuration
|
||||
run: |
|
||||
rm -rf ~/.ssh
|
Reference in New Issue
Block a user