Skip to content

Commit

Permalink
updated the warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed Nov 15, 2024
1 parent 4337bf3 commit 1557623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
echo "Merge commit SHA of PR ${{ env.REF_LSP4IJ }}: $pr_details"
checkout_name="${{ env.REF_LSP4IJ }}"
if [[ "$pr_details" == "null" ]]; then
echo "::warning file=::The merge commit SHA of the entered PR is null. Please try again later or use a different PR number."
echo "::warning file=::The merge commit SHA of the entered PR is 'null'. Please try again later or use a different PR number."
fi
elif [ -z "$pr_details" ]; then
echo "No LSP4IJ checkout found. Using default case."
Expand Down

0 comments on commit 1557623

Please sign in to comment.