Skip to content

Commit 307f753

Browse files
committed
debug 6
1 parent 72d2f85 commit 307f753

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test-action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ jobs:
223223
if: github.event.workflow_run.name == 'Markdown Link Check with errors'
224224
run: |
225225
$file = Get-Content ${{ github.workspace }}/.github/workflows/markdown-link-check-files/expected-file-outputs/with-errors/result-without-capture-errors-only.md -Raw
226-
$file = $file -replace "`n","%0A"
227-
$file = $file -replace "`r","%0D"
228226
$stepOutput = "${{ steps.mlc-log-parser-3.outputs.mlc-result }}"
229227
$compareResult = Compare-Object -ReferenceObject $file -DifferenceObject $stepOutput
230228
Write-Output $compareResult

0 commit comments

Comments
 (0)