Workflow to monitor external links
This commit is contained in:
16
.github/workflows/monitoring_link.yml
vendored
Normal file
16
.github/workflows/monitoring_link.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
on:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
schedule:
|
||||||
|
# Run at 12:00 in working days
|
||||||
|
- cron: 0 12 * * 0-5
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
- name: Push changes
|
||||||
|
uses: ad-m/report-link-action@master
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
Reference in New Issue
Block a user