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 a118e2a commit 30ca467
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 30ca467

Please sign in to comment.