Skip to content

Commit

Permalink
test setting column
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Sep 26, 2024
1 parent 704aba0 commit 2eacba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validate_git_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ verify_branch(){

if ${GITHUB}; then
line_number=$(get_cluster_branch ${PATCH_FILE} true)
echo "::error file=${PATCH_FILE},line=${line_number},title=Incorrect-Branch::${message}"
echo "::error file=${PATCH_FILE},line=${line_number},col=10,title=Incorrect-Branch::${message}"
else
echo ${message}
fi
Expand Down

0 comments on commit 2eacba6

Please sign in to comment.