We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e7338 commit f61a8d0Copy full SHA for f61a8d0
.github/workflows/markdown_links.yml
@@ -88,8 +88,8 @@ jobs:
88
# Log the results:
89
- name: 'Log results'
90
run: |
91
- echo "${{ steps.results.outputs.failures }}" >> "${{ env.LOG_FILE_FAILURES }}"
92
- echo "${{ steps.results.outputs.warnings }}" >> "${{ env.LOG_FILE_WARNINGS }}"
+ echo ${{ steps.results.outputs.failures }} >> "${{ env.LOG_FILE_FAILURES }}"
+ echo ${{ steps.results.outputs.warnings }} >> "${{ env.LOG_FILE_WARNINGS }}"
93
timeout-minutes: 2
94
95
# Fail the workflow if the status is not "success":
0 commit comments