Skip to content

Commit

Permalink
make repro build manual
Browse files Browse the repository at this point in the history
  • Loading branch information
nitesh authored and nitesh committed May 31, 2024
1 parent 04bb233 commit ddfbf7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reproducible_build.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit ddfbf7a

Please sign in to comment.