Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus committed Aug 2, 2023
1 parent 9b15f07 commit 913be2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Make sure all backward-incompatible changes are covered by version changes.
run: |
readonly HEAD=${{ github.event.pull_request.head.sha }}
readonly BASE="$(git merge-base origin/main "${HEAD}")"
readonly BASE="$(git merge-base origin/master "${HEAD}")"
BASEREPODIR=public_base
git clone "https://github.com/openconfig/public.git" "${BASEREPODIR}" --branch "${BASE}"
Expand Down

0 comments on commit 913be2c

Please sign in to comment.