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