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 72d2f85 commit 307f753Copy full SHA for 307f753
.github/workflows/test-action.yml
@@ -223,8 +223,6 @@ jobs:
223
if: github.event.workflow_run.name == 'Markdown Link Check with errors'
224
run: |
225
$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"
228
$stepOutput = "${{ steps.mlc-log-parser-3.outputs.mlc-result }}"
229
$compareResult = Compare-Object -ReferenceObject $file -DifferenceObject $stepOutput
230
Write-Output $compareResult
0 commit comments