Skip to content

Commit 0d62747

Browse files
committed
Fix conflict
1 parent 4822c8f commit 0d62747

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

entrypoint.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,7 @@ new_version=$(echo "$raw_output" | grep -o 'new_version=\S*' | cut -d= -f2)
5555
# We should have all the information we need by this point
5656
# Set Outputs and log information
5757

58-
<<<<<<< fix_action
5958
{ echo "old_ver=$old_version"; echo "new_ver=$new_version"; echo "part=$part"; } >> "$GITHUB_OUTPUT"
60-
=======
61-
echo "old_ver=$old_version" >> "$GITHUB_OUTPUT"
62-
echo "new_ver=$new_version" >> "$GITHUB_OUTPUT"
63-
echo "part=$part" >> "$GITHUB_OUTPUT"
64-
>>>>>>> master
6559

6660
echo "Semantic Version Part to Bump: $part"
6761
echo "Current Version: $old_version"

0 commit comments

Comments
 (0)