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 2cc1125 commit 9cfff38Copy full SHA for 9cfff38
.github/workflows/codeql.yml
@@ -106,4 +106,4 @@ jobs:
106
echo "" >> $env:GITHUB_STEP_SUMMARY
107
echo "**Language analyzed:** \`${{ matrix.language }}\`" >> $env:GITHUB_STEP_SUMMARY
108
109
- echo "> Check the Security tab for detailed findings and recommendations." | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append -Encoding utf8
+ Write-Output "> Check the Security tab for detailed findings and recommendations." | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append -Encoding utf8
0 commit comments