diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 967359a..1ee1e9b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: docker ps --format "{{.Names}} {{.Image}} {{.Status}}" - name: Send Deployment Notification - uses: actions/deploy-notify@v1 + uses: https://git.hcmc.online/actions/deploy-notify@v1 if: always() with: status: ${{ job.status }}