Update .gitea/workflows/build.yml
Some checks failed
OGX-Mini / OGX-Mini (OGX-Mini, PI_PICO) (push) Failing after 4s
OGX-Mini / OGX-Mini (OGX-Mini, PI_PICOW) (push) Failing after 4s

This commit is contained in:
Sthope 2025-03-17 22:57:51 +01:00
parent 5d0a81dd31
commit a694dfd7db

View File

@ -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: ${{ env.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.target }} new firmware" }'
fi
- name: Installing dependencies & Cloning repository