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 7077759 commit f59a2d5Copy full SHA for f59a2d5
action.yml
@@ -422,15 +422,6 @@ runs:
422
} elseif ($outItem) {
423
$outItem.FullName, (git status $outItem.Fullname -s)
424
}
425
- if ($fullname -match '\.(svg|png)' -and $env:GITHUB_STEP_SUMMARY) {
426
- $leafName = $fullName | Split-Path -Leaf
427
- $imageFileDestination = $env:GITHUB_STEP_SUMMARY |
428
- Split-Path |
429
- Join-Path -ChildPath $leafName
430
- Copy-Item -LiteralPath $fullName -Destination $imageFileDestination
431
- "" |
432
- Out-File -Append -FilePath $env:GITHUB_STEP_SUMMARY
433
- }
434
if ($shouldCommit -and -not $NoCommit) {
435
"$fullName has changed, and should be committed" | Out-Host
436
git add $fullName
0 commit comments