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 728352c commit c79df06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
file_content+="\$line"\$'\n' # Append line and add a newline character
done < final_result
echo \$file_content
echo $file_content
echo "content=\$output_file" >> $GITHUB_OUTPUT
echo "content=$file_content" >> $GITHUB_OUTPUT
# To be continue for run ANsible script
- name: Run Ansible playbook
Expand Down

0 comments on commit c79df06

Please sign in to comment.