Skip to content

Commit

Permalink
Update hikka.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onesmiledx authored Sep 27, 2024
1 parent 3b32069 commit c07000f
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/hikka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defaults:

jobs:
build:
name: Host Hikka ${{ github.actor }}
name: Host Hikka for ${{ github.actor }}
runs-on: ubuntu-20.04
if: github.event.repository.owner.id == github.event.sender.id
env:
Expand All @@ -25,22 +25,6 @@ jobs:
steps:
- name: Check Out
uses: actions/checkout@v4

- name: Display Inputs
run: |
echo "Displaying variables/inputs."
echo "Manifest Branch: ${{ inputs.MANIFEST_BRANCH }}"
echo "Device Tree: ${{ inputs.DEVICE_TREE }}"
echo "Device Branch: ${{ inputs.DEVICE_TREE_BRANCH }}"
echo "Build Target: ${{ inputs.BUILD_TARGET }}image"
- name: Cleanup
uses: rokibhasansagar/slimhub_actions@main

- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 12

- name: Run script hikka
run: |
Expand Down

0 comments on commit c07000f

Please sign in to comment.