Update monitoring_link.yml

This commit is contained in:
Adam Dobrawy 2019-10-15 01:36:51 +02:00 committed by GitHub
parent 0eb5fc0191
commit 27f630e334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,18 @@
on:
branches:
- master
schedule:
# Run at 12:00 in working days
- master
schedule:
# Run at 12:00 in working days
- cron: 0 12 * * 0-5
jobs:
build:
name: Validate links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Push changes
- name: Validate links
uses: ad-m/report-link-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}