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 a2b5f03 commit 59b341bCopy full SHA for 59b341b
.github/workflows/bootstrap.yml
@@ -113,7 +113,7 @@ jobs:
113
CompanyName = "${{ github.repository_owner }}"
114
Copyright = "(c) ${{ github.repository_owner }}. All rights reserved."
115
RootModule = "${{ github.event.repository.name }}.psm1"
116
- Description = $env:REPO_DESCRIPTION
+ Description = ($env:REPO_DESCRIPTION -replace "'", "''")
117
ProjectUri = "https://github.com/${{ github.repository }}"
118
LicenseUri = "https://github.com/${{ github.repository }}/blob/main/LICENSE"
119
ReleaseNotes = "https://github.com/${{ github.repository }}/releases"
0 commit comments