This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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" |