aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-05-29 17:17:22 +0300
committerValentin Popov <valentin@popov.link>2024-05-29 17:17:22 +0300
commit8461737f4f76aeb348213032ad9e5edb5fb10026 (patch)
tree322a0e8e396df215c4ff5d0e153b671646fb3885 /.github/workflows
parent5470099f403478dff3c396c2af98508ccc16ea72 (diff)
downloadtool_apisiteadmins-master.tar.xz
tool_apisiteadmins-master.zip
Added mirrorHEADmaster
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000..a6a0fa0
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -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 }}