[READ-ONLY] Mirror of https://github.com/shuuji3/status. ✅ monitoring *.shuuji3.xyz status.shuuji3.xyz/
0

Configure Feed

Select the types of activity you want to include in your feed.

:arrow_up: Update @upptime to v1.41.2

+17 -17
+2 -2
.github/workflows/graphs.yml
··· 6 6 # Your changes will be overwritten when the Upptime template updates (by default, weekly) 7 7 # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. 8 8 # 9 - # 🔼 Upptime @v1.41.0 9 + # 🔼 Upptime @v1.41.2 10 10 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary 11 11 12 12 # * Source: https://github.com/upptime/upptime ··· 32 32 ref: ${{ github.head_ref }} 33 33 token: ${{ secrets.GH_PAT || github.token }} 34 34 - name: Generate graphs 35 - uses: upptime/uptime-monitor@v1.41.0 35 + uses: upptime/uptime-monitor@v1.41.2 36 36 with: 37 37 command: "graphs" 38 38 env:
+2 -2
.github/workflows/response-time.yml
··· 6 6 # Your changes will be overwritten when the Upptime template updates (by default, weekly) 7 7 # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. 8 8 # 9 - # 🔼 Upptime @v1.41.0 9 + # 🔼 Upptime @v1.41.2 10 10 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary 11 11 12 12 # * Source: https://github.com/upptime/upptime ··· 32 32 ref: ${{ github.head_ref }} 33 33 token: ${{ secrets.GH_PAT || github.token }} 34 34 - name: Update response time 35 - uses: upptime/uptime-monitor@v1.41.0 35 + uses: upptime/uptime-monitor@v1.41.2 36 36 with: 37 37 command: "response-time" 38 38 env:
+5 -5
.github/workflows/setup.yml
··· 6 6 # Your changes will be overwritten when the Upptime template updates (by default, weekly) 7 7 # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. 8 8 # 9 - # 🔼 Upptime @v1.41.0 9 + # 🔼 Upptime @v1.41.2 10 10 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary 11 11 12 12 # * Source: https://github.com/upptime/upptime ··· 33 33 ref: ${{ github.head_ref }} 34 34 token: ${{ secrets.GH_PAT || github.token }} 35 35 - name: Update template 36 - uses: upptime/uptime-monitor@v1.41.0 36 + uses: upptime/uptime-monitor@v1.41.2 37 37 with: 38 38 command: "update-template" 39 39 env: 40 40 GH_PAT: ${{ secrets.GH_PAT || github.token }} 41 41 - name: Update response time 42 - uses: upptime/uptime-monitor@v1.41.0 42 + uses: upptime/uptime-monitor@v1.41.2 43 43 with: 44 44 command: "response-time" 45 45 env: 46 46 GH_PAT: ${{ secrets.GH_PAT || github.token }} 47 47 SECRETS_CONTEXT: ${{ toJson(secrets) }} 48 48 - name: Update summary in README 49 - uses: upptime/uptime-monitor@v1.41.0 49 + uses: upptime/uptime-monitor@v1.41.2 50 50 with: 51 51 command: "readme" 52 52 env: ··· 57 57 workflow: Graphs CI 58 58 token: ${{ secrets.GH_PAT || github.token }} 59 59 - name: Generate site 60 - uses: upptime/uptime-monitor@v1.41.0 60 + uses: upptime/uptime-monitor@v1.41.2 61 61 with: 62 62 command: "site" 63 63 env:
+2 -2
.github/workflows/site.yml
··· 6 6 # Your changes will be overwritten when the Upptime template updates (by default, weekly) 7 7 # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. 8 8 # 9 - # 🔼 Upptime @v1.41.0 9 + # 🔼 Upptime @v1.41.2 10 10 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary 11 11 12 12 # * Source: https://github.com/upptime/upptime ··· 33 33 ref: ${{ github.head_ref }} 34 34 token: ${{ secrets.GH_PAT || github.token }} 35 35 - name: Generate site 36 - uses: upptime/uptime-monitor@v1.41.0 36 + uses: upptime/uptime-monitor@v1.41.2 37 37 with: 38 38 command: "site" 39 39 env:
+2 -2
.github/workflows/summary.yml
··· 6 6 # Your changes will be overwritten when the Upptime template updates (by default, weekly) 7 7 # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. 8 8 # 9 - # 🔼 Upptime @v1.41.0 9 + # 🔼 Upptime @v1.41.2 10 10 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary 11 11 12 12 # * Source: https://github.com/upptime/upptime ··· 32 32 ref: ${{ github.head_ref }} 33 33 token: ${{ secrets.GH_PAT || github.token }} 34 34 - name: Update summary in README 35 - uses: upptime/uptime-monitor@v1.41.0 35 + uses: upptime/uptime-monitor@v1.41.2 36 36 with: 37 37 command: "readme" 38 38 env:
+1 -1
.github/workflows/update-template.yml
··· 6 6 # Your changes will be overwritten when the Upptime template updates (by default, weekly) 7 7 # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. 8 8 # 9 - # 🔼 Upptime @v1.41.0 9 + # 🔼 Upptime @v1.41.2 10 10 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary 11 11 12 12 # * Source: https://github.com/upptime/upptime
+1 -1
.github/workflows/updates.yml
··· 6 6 # Your changes will be overwritten when the Upptime template updates (by default, weekly) 7 7 # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. 8 8 # 9 - # 🔼 Upptime @v1.41.0 9 + # 🔼 Upptime @v1.41.2 10 10 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary 11 11 12 12 # * Source: https://github.com/upptime/upptime
+2 -2
.github/workflows/uptime.yml
··· 6 6 # Your changes will be overwritten when the Upptime template updates (by default, weekly) 7 7 # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. 8 8 # 9 - # 🔼 Upptime @v1.41.0 9 + # 🔼 Upptime @v1.41.2 10 10 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary 11 11 12 12 # * Source: https://github.com/upptime/upptime ··· 32 32 ref: ${{ github.head_ref }} 33 33 token: ${{ secrets.GH_PAT || github.token }} 34 34 - name: Check endpoint status 35 - uses: upptime/uptime-monitor@v1.41.0 35 + uses: upptime/uptime-monitor@v1.41.2 36 36 with: 37 37 command: "update" 38 38 env: