From ddfbf7acb01a35821e4029384aaf1de6e408a34b Mon Sep 17 00:00:00 2001 From: nitesh Date: Thu, 30 May 2024 23:08:02 -0400 Subject: [PATCH] make repro build manual --- .github/workflows/reproducible_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reproducible_build.yml b/.github/workflows/reproducible_build.yml index 908ad246..4b4f7f1f 100644 --- a/.github/workflows/reproducible_build.yml +++ b/.github/workflows/reproducible_build.yml @@ -1,10 +1,10 @@ name: Reproducible Android Build + on: workflow_dispatch: inputs: - branch: + name: description: "Branch to build from" - required: true default: "reproducible-builds-2" jobs: @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: ${{ inputs.branch }} + ref: ${{ github.event.inputs.name }} - name: Envinfo run: npx envinfo - name: Install dependencies