From d7415f42489dd0c7e71f7c217ff06bc670095a47 Mon Sep 17 00:00:00 2001 From: HUI Date: Tue, 12 Sep 2023 10:30:53 +0800 Subject: [PATCH] chore: wip --- .github/workflows/terra.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/terra.yml b/.github/workflows/terra.yml index 9979f252..a76b7f56 100644 --- a/.github/workflows/terra.yml +++ b/.github/workflows/terra.yml @@ -2,6 +2,11 @@ name: Generate codes on: workflow_dispatch: + inputs: + terra-ref: + description: The terra repo ref + required: true + default: "main" jobs: generate-codes: @@ -19,6 +24,7 @@ jobs: LLVM_DOWNLOAD_URL: | https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.6/clang+llvm-15.0.6-x86_64-linux-gnu-ubuntu-18.04.tar.xz with: + terra-ref: ${{ inputs.terra-ref }} target-path: ${{ github.workspace }} config: ci/config/terra_config.yaml output-dir: src