1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00
This commit is contained in:
Adria Navarro 2024-03-27 12:20:07 +01:00
parent 5939a3f4f1
commit 02e2d26985

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>"