From 86b8805b8eab1ce49a4a9b86650c00eee6dd245d Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 17 Mar 2025 22:54:58 +0100 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a3ccfcc..cd43930 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -38,7 +38,7 @@ jobs: else echo "✅✅GitHub release is newer. Continuing workflow.✅✅" PB_TOKEN="${{ secrets.PB_TOKEN }}" - curl -u ${PB_TOKEN}: -X POST https://api.pushbullet.com/v2/pushes --header 'Content-Type: application/json' --data-binary '{"type": "note", "title": "${{ matrix.project_name }}", "body": "${{ matrix.project_name }} new: $GITHUB_VERSION $GITHUB_VERSION ${GITHUB_VERSION} $(GITHUB_VERSION)" }' + curl -u ${PB_TOKEN}: -X POST https://api.pushbullet.com/v2/pushes --header 'Content-Type: application/json' --data-binary '{"type": "note", "title": "${{ matrix.project_name }}", "body": "${{ matrix.project_name }} new: $${{GITHUB_VERSION}} $${{ env.GITHUB_VERSION }}" }' fi - name: Installing dependencies & Cloning repository