From aaa914c568d7a427be19bba76f530c365f2d401b Mon Sep 17 00:00:00 2001 From: Upptime Bot <73812536+upptime-bot@users.noreply.github.com> Date: Tue, 24 Jan 2023 00:12:18 +0000 Subject: [PATCH] :arrow_up: Update @upptime to v1.29.0 --- .github/workflows/setup.yml | 1 + .github/workflows/site.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index eb5735636f..0de7aa55e6 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -60,5 +60,6 @@ jobs: with: github_token: ${{ secrets.GH_PAT }} publish_dir: "site/status-page/__sapper__/export/" + force_orphan: "false" user_name: "Upptime Bot" user_email: "73812536+upptime-bot@users.noreply.github.com" diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index e8587648f6..d45450eb40 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -36,5 +36,6 @@ jobs: with: github_token: ${{ secrets.GH_PAT }} publish_dir: "site/status-page/__sapper__/export/" + force_orphan: "false" user_name: "Upptime Bot" user_email: "73812536+upptime-bot@users.noreply.github.com"