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 1818f19 commit 5c99e54
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 @@ -19,7 +19,6 @@ jobs:
cat final_result
file_content=""
echo 'KAFKA_RESTART<<EOF' >> $GITHUB_OUTPUT
while read -r line; do
#new_string=$(echo "$line" | sed -E 's/.*-([0-9]+)\.kafka-us-east-1b\.vungle\.io ([0-9]{1,3})$/\1_\2/')
modify=$(echo "$line" | sed -E 's/.*-([0-9]+)\.kafka-us-east-1b\.vungle\.io ([0-9]+)/\1_\2/')
Expand All @@ -44,6 +43,7 @@ jobs:
if [[ -n "$first_part" ]]; then
echo "First part: $first_part"
echo "Second part: $second_part"
together="$first_part_hello$second_part123"
fi
done

0 comments on commit 5c99e54

Please sign in to comment.