Added mirror

This commit is contained in:
Valentin Popov 2024-05-29 20:08:39 +04:00
parent 064e2fa422
commit edb23d6aad
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

17
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Workflow
on: [push]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.popov.link/moodle/local_webhooks.git'
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}