update-template.yml (873B)
1 # This file was generated by upptime/uptime-monitor@v1.26.1 2 # 3 # =============================== 4 # Do not edit this file directly! 5 # =============================== 6 # 7 # Your changes will be overwritten when the template updates (daily) 8 # Instead, change your .upptimerc.yml configuration: https://upptime.js.org/docs 9 10 name: Update Template CI 11 on: 12 schedule: 13 - cron: "0 0 * * *" 14 repository_dispatch: 15 types: [update_template] 16 workflow_dispatch: 17 jobs: 18 release: 19 name: Build 20 runs-on: ubuntu-18.04 21 steps: 22 - name: Checkout 23 uses: actions/checkout@v2.3.3 24 with: 25 ref: ${{ github.head_ref }} 26 token: ${{ secrets.GITHUB_TOKEN }} 27 - name: Update template 28 uses: upptime/uptime-monitor@master 29 with: 30 command: "update-template" 31 env: 32 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}