Update .gitea/workflows/build.yml
This commit is contained in:
parent
3fc0d5ca17
commit
45da362201
@ -38,7 +38,7 @@ jobs:
|
|||||||
else
|
else
|
||||||
echo "✅✅GitHub release is newer. Continuing workflow.✅✅"
|
echo "✅✅GitHub release is newer. Continuing workflow.✅✅"
|
||||||
PB_TOKEN="${{ secrets.PB_TOKEN }}"
|
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}} ${{ 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.project_name }} new: ${{ GITHUB_VERSION }}" }'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Installing dependencies & Cloning repository
|
- name: Installing dependencies & Cloning repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user