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 307f753 commit 3c74856Copy full SHA for 3c74856
.github/workflows/test-action.yml
@@ -239,7 +239,7 @@ jobs:
239
- name: Verify md file output for mlc without errors
240
if: github.event.workflow_run.name == 'Markdown Link Check without errors'
241
run: |
242
- $file = Get-Content ${{ github.workspace }}/.github/workflows/markdown-link-check-files/expected-file-outputs/without-errors/result.md
+ $file = Get-Content ${{ github.workspace }}/.github/workflows/markdown-link-check-files/expected-file-outputs/without-errors/result.md -Raw
243
$stepOutput = "${{ steps.mlc-log-parser-3.outputs.mlc-result }}"
244
$compareResult = Compare-Object -ReferenceObject $file -DifferenceObject $stepOutput
245
Write-Output $compareResult
0 commit comments