Skip to content

Commit

Permalink
fixes for args
Browse files Browse the repository at this point in the history
  • Loading branch information
nitesh authored and nitesh committed May 31, 2024
1 parent daec70e commit 6d5c5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reproducible_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}
ref: ${{ inputs.branch }}
- name: Envinfo
run: npx envinfo
- name: Install dependencies
Expand Down

0 comments on commit 6d5c5fc

Please sign in to comment.