⬆️ Update @upptime to v1.43.7

This commit is contained in:
Upptime Bot
2026-07-03 03:35:44 +00:00
parent 5c9653eff5
commit f3eb717be4
8 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
# Your changes will be overwritten when the Upptime template updates (by default, weekly) # Your changes will be overwritten when the Upptime template updates (by default, weekly)
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
# #
# 🔼 Upptime @v1.43.6 # 🔼 Upptime @v1.43.7
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime # * Source: https://github.com/upptime/upptime
@@ -35,7 +35,7 @@ jobs:
ref: ${{ github.head_ref || github.ref_name }} ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Generate graphs - name: Generate graphs
uses: upptime/uptime-monitor@v1.43.6 uses: upptime/uptime-monitor@v1.43.7
with: with:
command: "graphs" command: "graphs"
env: env:
+2 -2
View File
@@ -6,7 +6,7 @@
# Your changes will be overwritten when the Upptime template updates (by default, weekly) # Your changes will be overwritten when the Upptime template updates (by default, weekly)
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
# #
# 🔼 Upptime @v1.43.6 # 🔼 Upptime @v1.43.7
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime # * Source: https://github.com/upptime/upptime
@@ -35,7 +35,7 @@ jobs:
ref: ${{ github.head_ref || github.ref_name }} ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Update response time - name: Update response time
uses: upptime/uptime-monitor@v1.43.6 uses: upptime/uptime-monitor@v1.43.7
with: with:
command: "response-time" command: "response-time"
env: env:
+6 -6
View File
@@ -6,7 +6,7 @@
# Your changes will be overwritten when the Upptime template updates (by default, weekly) # Your changes will be overwritten when the Upptime template updates (by default, weekly)
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
# #
# 🔼 Upptime @v1.43.6 # 🔼 Upptime @v1.43.7
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime # * Source: https://github.com/upptime/upptime
@@ -36,20 +36,20 @@ jobs:
ref: ${{ github.head_ref || github.ref_name }} ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Update template - name: Update template
uses: upptime/uptime-monitor@v1.43.6 uses: upptime/uptime-monitor@v1.43.7
with: with:
command: "update-template" command: "update-template"
env: env:
GH_PAT: ${{ secrets.GH_PAT || github.token }} GH_PAT: ${{ secrets.GH_PAT || github.token }}
- name: Update response time - name: Update response time
uses: upptime/uptime-monitor@v1.43.6 uses: upptime/uptime-monitor@v1.43.7
with: with:
command: "response-time" command: "response-time"
env: env:
GH_PAT: ${{ secrets.GH_PAT || github.token }} GH_PAT: ${{ secrets.GH_PAT || github.token }}
SECRETS_CONTEXT: ${{ toJson(secrets) }} SECRETS_CONTEXT: ${{ toJson(secrets) }}
- name: Update summary in README - name: Update summary in README
uses: upptime/uptime-monitor@v1.43.6 uses: upptime/uptime-monitor@v1.43.7
with: with:
command: "readme" command: "readme"
env: env:
@@ -63,13 +63,13 @@ jobs:
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Generate graphs directly if dispatch fails - name: Generate graphs directly if dispatch fails
if: steps.dispatch_graphs.outcome == 'failure' if: steps.dispatch_graphs.outcome == 'failure'
uses: upptime/uptime-monitor@v1.43.6 uses: upptime/uptime-monitor@v1.43.7
with: with:
command: "graphs" command: "graphs"
env: env:
GH_PAT: ${{ secrets.GH_PAT || github.token }} GH_PAT: ${{ secrets.GH_PAT || github.token }}
- name: Generate site - name: Generate site
uses: upptime/uptime-monitor@v1.43.6 uses: upptime/uptime-monitor@v1.43.7
with: with:
command: "site" command: "site"
env: env:
+2 -2
View File
@@ -6,7 +6,7 @@
# Your changes will be overwritten when the Upptime template updates (by default, weekly) # Your changes will be overwritten when the Upptime template updates (by default, weekly)
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
# #
# 🔼 Upptime @v1.43.6 # 🔼 Upptime @v1.43.7
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime # * Source: https://github.com/upptime/upptime
@@ -39,7 +39,7 @@ jobs:
ref: ${{ github.head_ref || github.ref_name }} ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Generate site - name: Generate site
uses: upptime/uptime-monitor@v1.43.6 uses: upptime/uptime-monitor@v1.43.7
with: with:
command: "site" command: "site"
env: env:
+2 -2
View File
@@ -6,7 +6,7 @@
# Your changes will be overwritten when the Upptime template updates (by default, weekly) # Your changes will be overwritten when the Upptime template updates (by default, weekly)
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
# #
# 🔼 Upptime @v1.43.6 # 🔼 Upptime @v1.43.7
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime # * Source: https://github.com/upptime/upptime
@@ -35,7 +35,7 @@ jobs:
ref: ${{ github.head_ref || github.ref_name }} ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Update summary in README - name: Update summary in README
uses: upptime/uptime-monitor@v1.43.6 uses: upptime/uptime-monitor@v1.43.7
with: with:
command: "readme" command: "readme"
env: env:
+1 -1
View File
@@ -6,7 +6,7 @@
# Your changes will be overwritten when the Upptime template updates (by default, weekly) # Your changes will be overwritten when the Upptime template updates (by default, weekly)
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
# #
# 🔼 Upptime @v1.43.6 # 🔼 Upptime @v1.43.7
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime # * Source: https://github.com/upptime/upptime
+1 -1
View File
@@ -6,7 +6,7 @@
# Your changes will be overwritten when the Upptime template updates (by default, weekly) # Your changes will be overwritten when the Upptime template updates (by default, weekly)
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
# #
# 🔼 Upptime @v1.43.6 # 🔼 Upptime @v1.43.7
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime # * Source: https://github.com/upptime/upptime
+2 -2
View File
@@ -6,7 +6,7 @@
# Your changes will be overwritten when the Upptime template updates (by default, weekly) # Your changes will be overwritten when the Upptime template updates (by default, weekly)
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
# #
# 🔼 Upptime @v1.43.6 # 🔼 Upptime @v1.43.7
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime # * Source: https://github.com/upptime/upptime
@@ -35,7 +35,7 @@ jobs:
ref: ${{ github.head_ref || github.ref_name }} ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Check endpoint status - name: Check endpoint status
uses: upptime/uptime-monitor@v1.43.6 uses: upptime/uptime-monitor@v1.43.7
with: with:
command: "update" command: "update"
env: env: