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 c79df06 commit dabe1f9
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 @@ -20,7 +20,7 @@ jobs:
file_content=""
while read -r line; do
file_content+="\$line"\$'\n' # Append line and add a newline character
file_content+="$line"$'\n' # Append line and add a newline character
done < final_result
echo $file_content
Expand Down

0 comments on commit dabe1f9

Please sign in to comment.