Skip to content

Commit 3c74856

Browse files
committed
debug 7
1 parent 307f753 commit 3c74856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
- name: Verify md file output for mlc without errors
240240
if: github.event.workflow_run.name == 'Markdown Link Check without errors'
241241
run: |
242-
$file = Get-Content ${{ github.workspace }}/.github/workflows/markdown-link-check-files/expected-file-outputs/without-errors/result.md
242+
$file = Get-Content ${{ github.workspace }}/.github/workflows/markdown-link-check-files/expected-file-outputs/without-errors/result.md -Raw
243243
$stepOutput = "${{ steps.mlc-log-parser-3.outputs.mlc-result }}"
244244
$compareResult = Compare-Object -ReferenceObject $file -DifferenceObject $stepOutput
245245
Write-Output $compareResult

0 commit comments

Comments
 (0)