We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234a1bd commit 4d989ceCopy full SHA for 4d989ce
.github/workflows/mypy_primer.yml
@@ -42,7 +42,7 @@ jobs:
42
echo "new commit"
43
git rev-list --format=%s --max-count=1 $GITHUB_SHA
44
45
- MERGE_BASE=$(git merge-base $GITHUB_SHA origin/master)
+ MERGE_BASE=$(git merge-base $GITHUB_SHA origin/${{ github.base_ref }})
46
git checkout -b base_commit $MERGE_BASE
47
echo "base commit"
48
git rev-list --format=%s --max-count=1 base_commit
0 commit comments