Skip to content

A way for users to get their kernel format using github actions!

Notifications You must be signed in to change notification settings

hazepynut/Get_My_Kernel_Format

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

How to Get Your Kernel Format using GitHub Actions

This tutorial will guide you through the steps to get your kernel format using GitHub Actions.

Step 1: Fork the Repository

  1. Fork the Repository:
    In the top-right corner of the page, click the Fork button. This creates a copy of the repository under your GitHub account.

Step 2: Upload Your boot.img File

  1. Prepare Your boot.img file
  2. Upload boot.img:

Step 3: Enter URL and Run the Action

  1. Navigate to the Actions Tab:

    • Go to the Actions tab in your forked repository.
  2. Run the Action:

    • In the Actions tab, locate the workflow named "Get kernel format" or similar.
    • Click on the workflow and press the Run workflow button.
    • Enter the URL to the boot.img file you uploaded in Step 2.
      • You can use the raw URL of the boot.img. The URL should look something like:
        https://filebin.net/gp05fto9lulm3qwg/boot.img
    • Click Run workflow to trigger the GitHub Action.

Step 4: View Kernel Format from the Action's Output

  1. Wait for the Action to Complete:

    • The workflow will begin processing. This includes downloading the boot.img file, extracting kernel format information.
    • Wait for the action to finish. You can monitor the progress from the GitHub Actions interface.
  2. Check the Output:

    • Once the action completes, view the logs from the workflow run.

If you lazy to do it you can PM me

About

A way for users to get their kernel format using github actions!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published