summary.yml (1111B)
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: Summary CI 11 on: 12 schedule: 13 - cron: "0 0 * * *" 14 repository_dispatch: 15 types: [summary] 16 workflow_dispatch: 17 jobs: 18 release: 19 name: Generate README 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 summary in README 28 uses: upptime/uptime-monitor@v1.26.1 29 with: 30 command: "readme" 31 env: 32 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 33 - name: Run readme-repos-list 34 uses: koj-co/readme-repos-list@master 35 with: 36 token: ${{ secrets.GITHUB_TOKEN }} 37 query: "topic:upptime" 38 size: 20 39 max: 1000 40 one-per-owner: true