Skip to content

Commit

Permalink
⬆️ Update @upptime to v1.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
upptime-bot committed Jan 22, 2024
1 parent e61ccf5 commit 04a05e3
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 25 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/graphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
# 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.
#
# 🔼 Upptime @v1.36.1
# 🔼 Upptime @v1.36.2
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary

# * Source: https://github.com/upptime/upptime
# * Docs and more: https://upptime.js.org
# * More by Anand Chowdhary: https://anandchowdhary.com
#


name: Graphs CI
Expand All @@ -33,7 +32,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Generate graphs
uses: upptime/[email protected].1
uses: upptime/[email protected].2
with:
command: "graphs"
env:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/response-time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
# 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.
#
# 🔼 Upptime @v1.36.1
# 🔼 Upptime @v1.36.2
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary

# * Source: https://github.com/upptime/upptime
# * Docs and more: https://upptime.js.org
# * More by Anand Chowdhary: https://anandchowdhary.com
#


name: Response Time CI
Expand All @@ -33,7 +32,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Update response time
uses: upptime/[email protected].1
uses: upptime/[email protected].2
with:
command: "response-time"
env:
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
# 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.
#
# 🔼 Upptime @v1.36.1
# 🔼 Upptime @v1.36.2
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary

# * Source: https://github.com/upptime/upptime
# * Docs and more: https://upptime.js.org
# * More by Anand Chowdhary: https://anandchowdhary.com
#


name: Setup CI
Expand All @@ -34,20 +33,20 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Update template
uses: upptime/[email protected].1
uses: upptime/[email protected].2
with:
command: "update-template"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
- name: Update response time
uses: upptime/[email protected].1
uses: upptime/[email protected].2
with:
command: "response-time"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
- name: Update summary in README
uses: upptime/[email protected].1
uses: upptime/[email protected].2
with:
command: "readme"
env:
Expand All @@ -58,7 +57,7 @@ jobs:
workflow: Graphs CI
token: ${{ secrets.GH_PAT || github.token }}
- name: Generate site
uses: upptime/[email protected].1
uses: upptime/[email protected].2
with:
command: "site"
env:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
# 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.
#
# 🔼 Upptime @v1.36.1
# 🔼 Upptime @v1.36.2
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary

# * Source: https://github.com/upptime/upptime
# * Docs and more: https://upptime.js.org
# * More by Anand Chowdhary: https://anandchowdhary.com
#


name: Static Site CI
Expand All @@ -34,7 +33,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Generate site
uses: upptime/[email protected].1
uses: upptime/[email protected].2
with:
command: "site"
env:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
# 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.
#
# 🔼 Upptime @v1.36.1
# 🔼 Upptime @v1.36.2
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary

# * Source: https://github.com/upptime/upptime
# * Docs and more: https://upptime.js.org
# * More by Anand Chowdhary: https://anandchowdhary.com
#


name: Summary CI
Expand All @@ -33,7 +32,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Update summary in README
uses: upptime/[email protected].1
uses: upptime/[email protected].2
with:
command: "readme"
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/update-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
# 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.
#
# 🔼 Upptime @v1.36.1
# 🔼 Upptime @v1.36.2
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary

# * Source: https://github.com/upptime/upptime
# * Docs and more: https://upptime.js.org
# * More by Anand Chowdhary: https://anandchowdhary.com
#


name: Update Template CI
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
# 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.
#
# 🔼 Upptime @v1.36.1
# 🔼 Upptime @v1.36.2
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary

# * Source: https://github.com/upptime/upptime
# * Docs and more: https://upptime.js.org
# * More by Anand Chowdhary: https://anandchowdhary.com
#


name: Updates CI
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/uptime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
# 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.
#
# 🔼 Upptime @v1.36.1
# 🔼 Upptime @v1.36.2
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary

# * Source: https://github.com/upptime/upptime
# * Docs and more: https://upptime.js.org
# * More by Anand Chowdhary: https://anandchowdhary.com
#


name: Uptime CI
Expand All @@ -33,7 +32,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Check endpoint status
uses: upptime/[email protected].1
uses: upptime/[email protected].2
with:
command: "update"
env:
Expand Down

0 comments on commit 04a05e3

Please sign in to comment.