Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
byang committed Nov 8, 2024
1 parent f993c6b commit ef5e038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if [[ -n "$first_part" ]]; then
echo "First part: $first_part"
echo "Second part: $second_part"
together="$first"+'_part_hello'+"${second}"+'_part123'
together="$first"'_part_hello'"$second"'_part123'
echo "$together"
fi
done
Expand Down

0 comments on commit ef5e038

Please sign in to comment.