Skip to content

Commit

Permalink
ofox-builder: fix wrong naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlodandan authored Aug 6, 2023
1 parent 9758f46 commit bf74d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/OrangeFox-Compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}

0 comments on commit bf74d8b

Please sign in to comment.