Update latest-release-monitor.yml

This commit is contained in:
Jackson Kearl 2020-06-02 19:13:02 -07:00 committed by GitHub
parent f8410b439e
commit 1df3bc6372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
name: Latest Release Monitor
on:
schedule:
- cron: 0/10 * * * *
- cron: 0 * * * *
jobs:
main:
@ -15,6 +15,7 @@ jobs:
ref: v19
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Install Storage Module
run: npm install @azure/storage-blob
- name: Run Latest Release Monitor
uses: ./actions/latest-release-monitor