From 3043bc68c43078bf8474402788758df555781c19 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 25 Oct 2025 07:13:09 -0400 Subject: [PATCH] Replacing gotify action (pilot test). --- .../workflows/pr-cloudflare-docker-deploy.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/pr-cloudflare-docker-deploy.yml b/.gitea/workflows/pr-cloudflare-docker-deploy.yml index 070274f9..055e7210 100644 --- a/.gitea/workflows/pr-cloudflare-docker-deploy.yml +++ b/.gitea/workflows/pr-cloudflare-docker-deploy.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 1 - name: Gotify Notification - uses: eikendev/gotify-action@master + uses: https://git.trez.wtf/Trez/gotify-action@main with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -41,7 +41,7 @@ jobs: assignee: ${{ github.actor }} - name: Gotify Notification - uses: eikendev/gotify-action@master + uses: https://git.trez.wtf/Trez/gotify-action@main with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -63,7 +63,7 @@ jobs: git fetch origin ${{ github.event.pull_request.base.ref }} - name: Gotify Notification - uses: eikendev/gotify-action@master + uses: https://git.trez.wtf/Trez/gotify-action@main with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -176,7 +176,7 @@ jobs: password: ${{ secrets.BOT_GITEA_PASSWORD }} - name: Gotify Notification - uses: eikendev/gotify-action@master + uses: https://git.trez.wtf/Trez/gotify-action@main with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -212,7 +212,7 @@ jobs: services-log-level: debug - name: Gotify Notification - uses: eikendev/gotify-action@master + uses: https://git.trez.wtf/Trez/gotify-action@main with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -255,7 +255,7 @@ jobs: sort > cloudflare_subdomains.txt - name: Gotify Notification - uses: eikendev/gotify-action@master + uses: https://git.trez.wtf/Trez/gotify-action@main with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -285,7 +285,7 @@ jobs: done - name: Gotify Notification - uses: eikendev/gotify-action@master + uses: https://git.trez.wtf/Trez/gotify-action@main with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -336,7 +336,7 @@ jobs: echo "pr_index=${pr_index}" >> $GITHUB_OUTPUT - name: Gotify Notification - uses: eikendev/gotify-action@master + uses: https://git.trez.wtf/Trez/gotify-action@main with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -380,7 +380,7 @@ jobs: password: ${{ secrets.BOT_GITEA_PASSWORD }} - name: Gotify Notification - uses: eikendev/gotify-action@master + uses: https://git.trez.wtf/Trez/gotify-action@main with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -426,7 +426,7 @@ jobs: skip-no-healthcheck: "true" - name: Gotify Notification - uses: eikendev/gotify-action@master + uses: https://git.trez.wtf/Trez/gotify-action@main with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"