Skip to content

Commit

Permalink
fixup! ci: workflows: check-commits: fix CI_BASE_BRANCH for merge_groups
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 8, 2023
1 parent 5228469 commit fe6c713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
- name: Fetch base branch
run:
git fetch origin '${CI_BASE_BRANCH}:${CI_BASE_BRANCH}'
git fetch origin "${CI_BASE_BRANCH}:${CI_BASE_BRANCH}"
- name: Run checks
run: |
./dist/tools/${{ matrix.check }}/check.sh "${CI_BASE_BRANCH}"
Expand Down

0 comments on commit fe6c713

Please sign in to comment.