diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index f80b140..da69840 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -47,7 +47,7 @@ jobs: 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": "Title", "Blueretro": "Blueretro new: $GITHUB_VERSION"}' + --data-binary '{"type": "note", "title": "Title", "sd2psXtd": "sd2psXtd new: $GITHUB_VERSION"}' fi - name: Installing dependencies & Cloning repository