Skip to content

Commit

Permalink
Merge pull request #499 from ansible/fix-build_branch
Browse files Browse the repository at this point in the history
actually checkout the branch specified
  • Loading branch information
chrismeyersfsu authored Nov 18, 2021
2 parents e94545e + e36a5dc commit 75f8097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_binary_from_ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.ref }}

- name: build-all target
run: make build-all
Expand Down

0 comments on commit 75f8097

Please sign in to comment.