|
@@ -144,7 +144,7 @@ jobs:
|
|
|
with:
|
|
with:
|
|
|
issue-number: ${{ github.event.pull_request.number }}
|
|
issue-number: ${{ github.event.pull_request.number }}
|
|
|
comment-author: 'github-actions[bot]'
|
|
comment-author: 'github-actions[bot]'
|
|
|
- body-includes: 'Install with web updater'
|
|
|
|
|
|
|
+ body-includes: 'Compiled firmware for commit'
|
|
|
|
|
|
|
|
- name: 'Create or update comment'
|
|
- name: 'Create or update comment'
|
|
|
if: ${{ !github.event.pull_request.head.repo.fork && github.event.pull_request}}
|
|
if: ${{ !github.event.pull_request.head.repo.fork && github.event.pull_request}}
|
|
@@ -153,7 +153,10 @@ jobs:
|
|
|
comment-id: ${{ steps.fc.outputs.comment-id }}
|
|
comment-id: ${{ steps.fc.outputs.comment-id }}
|
|
|
issue-number: ${{ github.event.pull_request.number }}
|
|
issue-number: ${{ github.event.pull_request.number }}
|
|
|
body: |
|
|
body: |
|
|
|
- [Install with web updater](https://my.flipp.dev/?url=https://update.flipperzero.one/builds/firmware/${{steps.names.outputs.artifacts-path}}/flipper-z-${{steps.names.outputs.default-target}}-update-${{steps.names.outputs.suffix}}.tgz&channel=${{steps.names.outputs.artifacts-path}}&version=${{steps.names.outputs.short-hash}}).
|
|
|
|
|
|
|
+ **Compiled firmware for commit `${{steps.names.outputs.short-hash}}`:**
|
|
|
|
|
+ - [📦 Update package](https://update.flipperzero.one/builds/firmware/${{steps.names.outputs.artifacts-path}}/flipper-z-${{steps.names.outputs.default-target}}-update-${{steps.names.outputs.suffix}}.tgz)
|
|
|
|
|
+ - [📥 DFU file](https://update.flipperzero.one/builds/firmware/${{steps.names.outputs.artifacts-path}}/flipper-z-${{steps.names.outputs.default-target}}-full-${{steps.names.outputs.suffix}}.dfu)
|
|
|
|
|
+ - [☁️ Web updater](https://my.flipp.dev/?url=https://update.flipperzero.one/builds/firmware/${{steps.names.outputs.artifacts-path}}/flipper-z-${{steps.names.outputs.default-target}}-update-${{steps.names.outputs.suffix}}.tgz&channel=${{steps.names.outputs.artifacts-path}}&version=${{steps.names.outputs.short-hash}})
|
|
|
edit-mode: replace
|
|
edit-mode: replace
|
|
|
|
|
|
|
|
compact:
|
|
compact:
|