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 291f74e commit aaf661b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: |
readonly HEAD=${{ github.event.pull_request.head.sha }}
readonly BASE="$(git merge-base origin/main "${HEAD}")"
echo $HEAD
echo $BASE
BASEREPODIR=public_base
git clone "https://github.com/openconfig/public.git" "${BASEREPODIR}" --branch "${BASE}"
Expand Down

0 comments on commit aaf661b

Please sign in to comment.