Update SkyHawk-SHRP.yml
This commit is contained in:
parent
09f96653ab
commit
894b51520b
5
.github/workflows/SkyHawk-SHRP.yml
vendored
5
.github/workflows/SkyHawk-SHRP.yml
vendored
@ -58,8 +58,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.event.repository.owner.id == github.event.sender.id
|
||||
env:
|
||||
ANDROID_ROOT: ${{ github.workspace }}/android-recovery
|
||||
OUT_DIR: ${{ github.workspace }}/android-recovery/out/target/product
|
||||
OUT_DIR: android-recovery/out/target/product
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
permissions:
|
||||
contents: write
|
||||
@ -173,7 +172,7 @@ jobs:
|
||||
name: Unofficial SHRP For ${{ github.event.inputs.DEVICE_NAME }} // ${{ env.BUILD_DATE }}
|
||||
tag_name: ${{ github.run_id }}
|
||||
body: |
|
||||
Build: ${{ github.event.inputs.MANIFEST_BRANCH }}
|
||||
Build: ${{ env.MANIFEST_BRANCH }}
|
||||
Device: [Device Tree/Branch](${{ github.event.inputs.DEVICE_TREE }}/tree/${{ github.event.inputs.DEVICE_TREE_BRANCH }})
|
||||
Commit: Most recent [commit](${{ github.event.inputs.DEVICE_TREE }}/commit/${{ env.COMMIT_ID }}) during building.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user