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 358891f commit ebaba20Copy full SHA for ebaba20
.github/workflows/PublishPSModuleToGallery.yaml
@@ -77,7 +77,9 @@ jobs:
77
"cancelled" {"❌ Canceled"}
78
"skipped" {"🦘 Skipped"}
79
}
80
- $oPSModuleInfo_fromJson = '${{ steps.publish_ps_module.outputs.strModuleInfo_JSON }}' | ConvertFrom-Json
+ $oPSModuleInfo_fromJson = @"
81
+ ${{ steps.publish_ps_module.outputs.strModuleInfo_JSON }}
82
+ "@ | ConvertFrom-Json
83
Add-Content -Path $env:GITHUB_STEP_SUMMARY -Encoding utf8 -Value @"
84
# Publish Summary
85
| What | Value |
0 commit comments