Skip to content

Commit

Permalink
Merge pull request #18254 from jakesmith/HPCC-31175-ghaction-eclhelpe…
Browse files Browse the repository at this point in the history
…r-fix

HPCC-31175 Fix eclhelper github action, check against target base

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Jan 25, 2024
2 parents 6ef9d30 + 76367bf commit 8619eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-eclhelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 1
- name: Fetch base
run: |
git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin ${{ github.event.pull_request.base.sha }}
git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin ${{ github.base_ref }}
- name: Check eclhelper
run: |
git diff ${{ github.event.pull_request.base.sha }} --exit-code -- rtl/include/eclhelper.hpp
git diff origin/${{ github.base_ref }} --exit-code -- rtl/include/eclhelper.hpp

0 comments on commit 8619eef

Please sign in to comment.