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 3caaceb commit 598f60e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cat final_result
file_content=""
echo 'start<<EOF' >> $GITHUB_OUTPUT
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 @@ -28,11 +28,11 @@ jobs:
echo $file_content
echo "content=$file_content" >> $GITHUB_OUTPUT
echo "$file_content" >> $GITHUB_OUTPUT
# echo 'EOF' >> $GITHUB_OUTPUT
# To be continue for run ANsible script
- name: Run Ansible playbook
run: |
echo "${{ steps.get_ref.outputs.content }}"
echo "${{ steps.get_ref.outputs.* }}"

0 comments on commit 598f60e

Please sign in to comment.