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 c569bd9 commit 02eff41Copy full SHA for 02eff41
Examples/SyncIssue.PSJekyll.ps1
@@ -16,7 +16,7 @@ if (-not $gitHubEvent.issue -and -not $gitHubEvent.discussion) {
16
if ($env:GitHubToken) {
17
"GitHub Token is present" | Out-Host
18
}
19
-if ($GitHubToken -and $env:GITHUB_REPOSIORY) {
+if ($env:GitHubToken -and $env:GITHUB_REPOSIORY) {
20
$owner, $repo = $env:GITHUB_REPOSIORY -split '/'
21
"Getting issues for $owner, $repo" | Out-Host
22
$queryString = @(
0 commit comments