mirror of
https://github.com/ivuorinen/uptime.git
synced 2026-01-26 03:24:04 +00:00
⬆️ Update @upptime to v1.39.0
This commit is contained in:
6
.github/workflows/graphs.yml
vendored
6
.github/workflows/graphs.yml
vendored
@@ -6,7 +6,7 @@
|
||||
# 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.38.0
|
||||
# 🔼 Upptime @v1.39.0
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
@@ -27,12 +27,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Generate graphs
|
||||
uses: upptime/uptime-monitor@75b0413ab8fd16c2c9be1048818805d67f53ac2f # v1.38.0
|
||||
uses: upptime/uptime-monitor@v1.39.0
|
||||
with:
|
||||
command: "graphs"
|
||||
env:
|
||||
|
||||
6
.github/workflows/response-time.yml
vendored
6
.github/workflows/response-time.yml
vendored
@@ -6,7 +6,7 @@
|
||||
# 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.38.0
|
||||
# 🔼 Upptime @v1.39.0
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
@@ -27,12 +27,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@75b0413ab8fd16c2c9be1048818805d67f53ac2f # v1.38.0
|
||||
uses: upptime/uptime-monitor@v1.39.0
|
||||
with:
|
||||
command: "response-time"
|
||||
env:
|
||||
|
||||
16
.github/workflows/setup.yml
vendored
16
.github/workflows/setup.yml
vendored
@@ -6,7 +6,7 @@
|
||||
# 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.38.0
|
||||
# 🔼 Upptime @v1.39.0
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
@@ -28,41 +28,41 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Update template
|
||||
uses: upptime/uptime-monitor@75b0413ab8fd16c2c9be1048818805d67f53ac2f # v1.38.0
|
||||
uses: upptime/uptime-monitor@v1.39.0
|
||||
with:
|
||||
command: "update-template"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@75b0413ab8fd16c2c9be1048818805d67f53ac2f # v1.38.0
|
||||
uses: upptime/uptime-monitor@v1.39.0
|
||||
with:
|
||||
command: "response-time"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||
- name: Update summary in README
|
||||
uses: upptime/uptime-monitor@75b0413ab8fd16c2c9be1048818805d67f53ac2f # v1.38.0
|
||||
uses: upptime/uptime-monitor@v1.39.0
|
||||
with:
|
||||
command: "readme"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Generate graphs
|
||||
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1
|
||||
uses: benc-uk/workflow-dispatch@v1
|
||||
with:
|
||||
workflow: Graphs CI
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Generate site
|
||||
uses: upptime/uptime-monitor@75b0413ab8fd16c2c9be1048818805d67f53ac2f # v1.38.0
|
||||
uses: upptime/uptime-monitor@v1.39.0
|
||||
with:
|
||||
command: "site"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
|
||||
- uses: peaceiris/actions-gh-pages@v4
|
||||
name: GitHub Pages Deploy
|
||||
with:
|
||||
github_token: ${{ secrets.GH_PAT || github.token }}
|
||||
|
||||
8
.github/workflows/site.yml
vendored
8
.github/workflows/site.yml
vendored
@@ -6,7 +6,7 @@
|
||||
# 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.38.0
|
||||
# 🔼 Upptime @v1.39.0
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
@@ -28,17 +28,17 @@ jobs:
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Generate site
|
||||
uses: upptime/uptime-monitor@75b0413ab8fd16c2c9be1048818805d67f53ac2f # v1.38.0
|
||||
uses: upptime/uptime-monitor@v1.39.0
|
||||
with:
|
||||
command: "site"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
|
||||
- uses: peaceiris/actions-gh-pages@v4
|
||||
name: GitHub Pages Deploy
|
||||
with:
|
||||
github_token: ${{ secrets.GH_PAT || github.token }}
|
||||
|
||||
6
.github/workflows/summary.yml
vendored
6
.github/workflows/summary.yml
vendored
@@ -6,7 +6,7 @@
|
||||
# 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.38.0
|
||||
# 🔼 Upptime @v1.39.0
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
@@ -27,12 +27,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Update summary in README
|
||||
uses: upptime/uptime-monitor@75b0413ab8fd16c2c9be1048818805d67f53ac2f # v1.38.0
|
||||
uses: upptime/uptime-monitor@v1.39.0
|
||||
with:
|
||||
command: "readme"
|
||||
env:
|
||||
|
||||
4
.github/workflows/update-template.yml
vendored
4
.github/workflows/update-template.yml
vendored
@@ -6,7 +6,7 @@
|
||||
# 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.38.0
|
||||
# 🔼 Upptime @v1.39.0
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
|
||||
4
.github/workflows/updates.yml
vendored
4
.github/workflows/updates.yml
vendored
@@ -6,7 +6,7 @@
|
||||
# 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.38.0
|
||||
# 🔼 Upptime @v1.39.0
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
|
||||
6
.github/workflows/uptime.yml
vendored
6
.github/workflows/uptime.yml
vendored
@@ -6,7 +6,7 @@
|
||||
# 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.38.0
|
||||
# 🔼 Upptime @v1.39.0
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
@@ -27,12 +27,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Check endpoint status
|
||||
uses: upptime/uptime-monitor@75b0413ab8fd16c2c9be1048818805d67f53ac2f # v1.38.0
|
||||
uses: upptime/uptime-monitor@v1.39.0
|
||||
with:
|
||||
command: "update"
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user