This commit is contained in:
Adria Navarro 2024-03-27 12:20:07 +01:00
parent 5939a3f4f1
commit 02e2d26985
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ jobs:
- name: Check submodule merged to base branch
if: ${{ steps.get_pro_commits.outputs.base_commit_excluding_merges != '' }}
run: |
base_commit_excluding_merges=${{ steps.get_pro_commits.outputs.base_commit_excluding_merges }}'
base_commit_excluding_merges='${{ steps.get_pro_commits.outputs.base_commit_excluding_merges }}'
any_commit=$(git log origin/master...$base_commit_excluding_merges)
if [ -n "$any_commit" ]; then
echo "An error occurred: <error_message>"