README formatting correction.
This commit is contained in:
@@ -40,15 +40,17 @@ jobs:
|
||||
|
||||
- name: Regenerate README
|
||||
run: |
|
||||
# Insert system info as a code block
|
||||
echo '```' > README.md
|
||||
echo "${{ steps.gen-sysinfo.outputs.stdout }}" >> README.md
|
||||
echo '```' >> README.md
|
||||
echo -e "\n\n" >> README.md
|
||||
|
||||
echo "# List of Services" >> README.md
|
||||
echo -e "\n\n" >> README.md
|
||||
echo "${{ steps.service-table.outputs.table }}" >> README.md
|
||||
{
|
||||
echo "# List of Services"
|
||||
echo
|
||||
echo
|
||||
echo '```'
|
||||
printf "%s\n" "${{ steps.gen-sysinfo.outputs.stdout }}"
|
||||
echo '```'
|
||||
echo
|
||||
echo
|
||||
printf "%s\n" "${{ steps.service-table.outputs.table }}"
|
||||
} > README.md
|
||||
|
||||
- name: Add/Commit README.md
|
||||
id: commit-readme
|
||||
|
||||
Reference in New Issue
Block a user