Compare commits
2 Commits
v4.0.0-rc.
...
master
Author | SHA1 | Date | |
---|---|---|---|
edb23d6aad | |||
064e2fa422 |
17
.github/workflows/main.yml
vendored
Normal file
17
.github/workflows/main.yml
vendored
Normal 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 }}
|
@ -1,8 +1,5 @@
|
||||
# Moodle WebHook's
|
||||
[](https://github.com/valentineus/moodle-webhooks/releases)
|
||||
[](https://travis-ci.org/valentineus/moodle-webhooks)
|
||||
[](https://www.codacy.com/app/valentineus/moodle-webhooks)
|
||||
[](https://gitter.im/valentineus/moodle-webhooks)
|
||||
|
||||
Adding Webhooks to Moodle.
|
||||
The Webhooks feature allows applications to receive real-time notification of changes to certain data.
|
||||
@ -32,4 +29,4 @@ Features:
|
||||
|
||||
[GNU GPLv3](LICENSE.txt).
|
||||
Copyright (c)
|
||||
[Valentin Popov](mailto:info@valentineus.link).
|
||||
[Valentin Popov](mailto:info@valentineus.link).
|
||||
|
Loading…
x
Reference in New Issue
Block a user