From 7f2c97fe955382aa920bfa20a5ef15dd54582adb Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 16 Nov 2025 09:01:00 -0500 Subject: [PATCH] Gotify action version. --- .../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 91259a28..a3021d47 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: https://git.trez.wtf/Trez/gotify-action@main + uses: eikendev/gotify-action@0.0.3 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: https://git.trez.wtf/Trez/gotify-action@main + uses: eikendev/gotify-action@0.0.3 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: https://git.trez.wtf/Trez/gotify-action@main + uses: eikendev/gotify-action@0.0.3 with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -197,7 +197,7 @@ jobs: password: ${{ secrets.BOT_GITEA_PASSWORD }} - name: Gotify Notification - uses: https://git.trez.wtf/Trez/gotify-action@main + uses: eikendev/gotify-action@0.0.3 with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -244,7 +244,7 @@ jobs: services-log-level: debug - name: Gotify Notification - uses: https://git.trez.wtf/Trez/gotify-action@main + uses: eikendev/gotify-action@0.0.3 with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -287,7 +287,7 @@ jobs: sort > cloudflare_subdomains.txt - name: Gotify Notification - uses: https://git.trez.wtf/Trez/gotify-action@main + uses: eikendev/gotify-action@0.0.3 with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -317,7 +317,7 @@ jobs: done - name: Gotify Notification - uses: https://git.trez.wtf/Trez/gotify-action@main + uses: eikendev/gotify-action@0.0.3 with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -368,7 +368,7 @@ jobs: echo "pr_index=${pr_index}" >> $GITHUB_OUTPUT - name: Gotify Notification - uses: https://git.trez.wtf/Trez/gotify-action@main + uses: eikendev/gotify-action@0.0.3 with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -412,7 +412,7 @@ jobs: password: ${{ secrets.BOT_GITEA_PASSWORD }} - name: Gotify Notification - uses: https://git.trez.wtf/Trez/gotify-action@main + uses: eikendev/gotify-action@0.0.3 with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" @@ -458,7 +458,7 @@ jobs: skip-no-healthcheck: "true" - name: Gotify Notification - uses: https://git.trez.wtf/Trez/gotify-action@main + uses: eikendev/gotify-action@0.0.3 with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"