Skip to content

Instantly share code, notes, and snippets.

View basitis's full-sized avatar

Bhavin Doshi basitis

  • LaNet Team Software Solutions Pvt Ltd
  • Surat
View GitHub Profile
@jezell
jezell / action.yaml
Last active March 26, 2025 09:16
Build Flutter Engine
# .github/actions/build-engine/action.yml
name: ""
description: "Build the engine with a specific gclient setup and config name"
inputs:
gclient:
description: "gclient name"
required: false
default: ""
config_name:
description: "name of a valid et config"