From 55c27d6b41d77737cd515de4e5f93fd7efc4c663 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 17 Mar 2025 19:58:26 +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 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