|
|
@@ -213,7 +213,7 @@ jobs:
|
|
|
body: |
|
|
|
Target: ${{ env.RECOVERY_TYPE }}.img
|
|
|
Build: ${{ github.event.inputs.MANIFEST_BRANCH }}
|
|
|
- Device: [Device Tree/Branch](${{ env.DEVICE_TREE_URL }}/tree/${{ inputs.DEVICE_TREE_BRANCH }})
|
|
|
+ Device: [Device Tree/Branch](${{ env.DEVICE_TREE_URL }}/tree/${{ github.event.inputs.DEVICE_TREE_BRANCH }})
|
|
|
Commit: Most recent [commit](${{ env.DEVICE_TREE_URL }}/commit/${{ env.COMMIT_ID }}) during building.
|
|
|
MD5 (img): ${{ env.MD5_IMG }}
|
|
|
|