Update SkyHawk-SHRP.yml

This commit is contained in:
ragebreaker 2024-08-15 23:53:41 +00:00 committed by GitHub
parent 09f96653ab
commit 894b51520b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.