We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5e7f0 commit 7c67514Copy full SHA for 7c67514
scripts/health_metrics/get_updated_files.sh
@@ -25,10 +25,7 @@ done
25
26
dir=$(pwd)
27
28
-# Get most rescent ancestor commit.
29
-common_commit=$(git merge-base remotes/origin/${pr_branch} remotes/origin/${GITHUB_BASE_REF})
30
target_branch_head=$(git rev-parse remotes/origin/${GITHUB_BASE_REF})
31
-echo "The common commit is ${common_commit}."
32
echo "The target branch head commit is ${target_branch_head}."
33
# Set target branch head and this will be used to compare diffs of coverage to the current commit.
34
echo "::set-output name=target_branch_head::${target_branch_head}"
0 commit comments