Skip to content

Commit f61a8d0

Browse files
committed
Remove quotes
1 parent 45e7338 commit f61a8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/markdown_links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ jobs:
8888
# Log the results:
8989
- name: 'Log results'
9090
run: |
91-
echo "${{ steps.results.outputs.failures }}" >> "${{ env.LOG_FILE_FAILURES }}"
92-
echo "${{ steps.results.outputs.warnings }}" >> "${{ env.LOG_FILE_WARNINGS }}"
91+
echo ${{ steps.results.outputs.failures }} >> "${{ env.LOG_FILE_FAILURES }}"
92+
echo ${{ steps.results.outputs.warnings }} >> "${{ env.LOG_FILE_WARNINGS }}"
9393
timeout-minutes: 2
9494

9595
# Fail the workflow if the status is not "success":

0 commit comments

Comments
 (0)