Compare commits

...

2 Commits

Author SHA1 Message Date
8461737f4f
Added mirror 2024-05-29 18:17:22 +04:00
5470099f40
Merge branch 'develop' 2018-06-12 10:28:29 +04:00

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/tool_apisiteadmins.git'
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}