1
0
Fork 0
mirror of synced 2024-09-19 18:59:06 +12:00

Use base_commit_excluding_merges

This commit is contained in:
Adria Navarro 2024-07-03 17:30:35 +02:00
parent 7da589a9d6
commit 91fa90eeb7

View file

@ -231,7 +231,7 @@ jobs:
base_commit_excluding_merges='${{ steps.get_pro_commits.outputs.base_commit_excluding_merges }}'
pro_commit='${{ steps.get_pro_commits.outputs.pro_commit }}'
any_commit=$(git log --no-merges $base_commit...$pro_commit)
any_commit=$(git log --no-merges $base_commit_excluding_merges...$pro_commit)
if [ -n "$any_commit" ]; then
echo $any_commit