Compare commits
No commits in common. "master" and "v4.0.0-rc.2" have entirely different histories.
master
...
v4.0.0-rc.
17
.github/workflows/main.yml
vendored
17
.github/workflows/main.yml
vendored
@ -1,17 +0,0 @@
|
||||
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,5 +1,8 @@
|
||||
# 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.
|
||||
@ -29,4 +32,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