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 aee7326 commit 9faa299
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 @@ -20,12 +20,12 @@ jobs:
file_content=""
while read -r line; do
file_content+="$line"$'\n' # Append line and add a newline character
echo "$line" >> $GITHUB_OUTPUT
modify=$(echo "$line" | sed 's/ /::/')
file_content+="$modify"$'\n' # Append line and add a newline character
done < final_result
echo $file_content
echo "content=$file_content" >> $GITHUB_OUTPUT
# To be continue for run ANsible script
- name: Run Ansible playbook
Expand Down

0 comments on commit 9faa299

Please sign in to comment.