Skip to content

Commit

Permalink
chore: rename fetch base red header
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Oct 24, 2024
1 parent 8549a44 commit 236ed96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 20
- name: Fetch base_ref HEAD to use it as Ancestor hash in LHCI
- name: Fetch base_ref HEAD
run: git fetch --depth=1 origin +refs/heads/${{ github.base_ref }}:refs/remotes/origin/${{ github.base_ref }}
- name: Setup bun
uses: oven-sh/setup-bun@v2
Expand Down

0 comments on commit 236ed96

Please sign in to comment.