diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index e2c9e3a..0f8ebc9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -39,7 +39,7 @@ jobs: echo "✅✅GitHub release is newer. Continuing workflow.✅✅" PB_TOKEN="${{ secrets.PB_TOKEN }}" echo "PB_TITLE=${{ matrix.project_name }}" >> $GITEA_ENV - curl -u ${PB_TOKEN}: -X POST https://api.pushbullet.com/v2/pushes --header 'Content-Type: application/json' --data-binary '{"type": "note", "title": "$PB_TITLE", "body": "$PB_TITLE new: $GITHUB_VERSION" }' + curl -u ${PB_TOKEN}: -X POST https://api.pushbullet.com/v2/pushes --header 'Content-Type: application/json' --data-binary '{"type": "note", "title": "${PB_TITLE}", "body": "${{ matrix.project_name }} new: $GITHUB_VERSION" }' fi - name: Installing dependencies & Cloning repository