From 219cfcf1a62f037edde5836de95aae31fe58c843 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Tue, 14 Oct 2025 14:50:27 +0200 Subject: [PATCH] try with correct url? --- .gitea/workflows/backend_build-deploy-stg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/backend_build-deploy-stg.yaml b/.gitea/workflows/backend_build-deploy-stg.yaml index 1a43b9f..c967b73 100644 --- a/.gitea/workflows/backend_build-deploy-stg.yaml +++ b/.gitea/workflows/backend_build-deploy-stg.yaml @@ -22,7 +22,7 @@ jobs: name: Add a comment to the PR to notify about the deployment steps: - name: Notify about deployment - uses: marocchino/sticky-pull-request-comment@v2 + uses: https://github.com/marocchino/sticky-pull-request-comment@v2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} header: backend deployed to production