mirror of
https://github.com/SamTherapy/SamTherapy
synced 2024-11-21 12:23:46 +00:00
Remove the mirror push because it sucks
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
20f3cd4ce5
commit
4711a5f591
1 changed files with 0 additions and 19 deletions
19
.github/workflows/mirror-push.yaml
vendored
19
.github/workflows/mirror-push.yaml
vendored
|
@ -1,19 +0,0 @@
|
|||
name: Mirror Push
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
push:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: mirror
|
||||
uses: yesolutions/mirror-action@master
|
||||
with:
|
||||
REMOTE: 'ssh://git@git.froth.zone/sam/.profile.git'
|
||||
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
|
||||
GIT_SSH_NO_VERIFY_HOST: "true"
|
Loading…
Reference in a new issue