ofox-builder: fix wrong naming.
This commit is contained in:
@@ -47,7 +47,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build Kernel by ${{ github.actor }}
|
||||
name: Build OFRP by ${{ github.actor }}
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.repository.owner.id == github.event.sender.id
|
||||
env:
|
||||
@@ -136,4 +136,4 @@ jobs:
|
||||
tag_name: ${{ github.run_id }}
|
||||
body: |
|
||||
Build: fox_${{ github.event.inputs.MANIFEST_BRANCH }}
|
||||
Device: ${{ github.event.inputs.DEVICE_TREE }}/tree/${{ github.event.inputs.DEVICE_TREE_BRANCH }}
|
||||
Device: ${{ github.event.inputs.DEVICE_TREE }}/tree/${{ github.event.inputs.DEVICE_TREE_BRANCH }}
|
||||
|
||||
Reference in New Issue
Block a user