Skip to content

Commit

Permalink
trying adding head branch to ref for first checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Nov 1, 2024
1 parent b7ba0e8 commit 2fd627b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/turbo-affected-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Checkout feature branch
uses: actions/checkout@v4
with:
ref: ${{ inputs.head_branch }}
fetch-depth: 1 # get tip of current branch only

- name: Fetch develop branch
Expand Down

0 comments on commit 2fd627b

Please sign in to comment.