Skip to content

Commit b976106

Browse files
author
James Brundage
committed
Fixing GitPub Workflow [skip ci]
1 parent 86e0258 commit b976106

26 files changed

+4
-3157
lines changed

.github/workflows/OnIssue.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ jobs:
1919
PublishParameters: |
2020
{
2121
"Get-GitPubIssue": {
22-
"UserName": '${{github.repository_owner}}',
23-
"Repository": "PipeScript"
22+
"Repository": '${{github.repository}}',
2423
},
2524
"Get-GitPubRelease": {
26-
"UserName": '${{github.repository_owner}}',
27-
"Repository": "PipeScript"
25+
"Repository": '${{github.repository}}',
2826
},
2927
"Publish-GitPubJekyll": {
3028
"OutputPath": "docs/_posts"

GitHub/Jobs/RunGitPub.psd1

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@
1616
PublishParameters = @'
1717
{
1818
"Get-GitPubIssue": {
19-
"UserName": '${{github.repository_owner}}',
20-
"Repository": "PipeScript"
19+
"Repository": '${{github.repository}}',
2120
},
2221
"Get-GitPubRelease": {
23-
"UserName": '${{github.repository_owner}}',
24-
"Repository": "PipeScript"
22+
"Repository": '${{github.repository}}',
2523
},
2624
"Publish-GitPubJekyll": {
2725
"OutputPath": "docs/_posts"

docs/_posts/2022-06-21-PipeScript-0.0.1.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/_posts/2022-06-21-PipeScript-0.0.2.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/_posts/2022-06-22-PipeScript-0.0.3.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/_posts/2022-06-28-PipeScript-0.0.4.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

docs/_posts/2022-06-29-PipeScript-0.0.5.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

docs/_posts/2022-07-02-PipeScript-0.0.6.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

docs/_posts/2022-07-04-PipeScript-0.0.7.md

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)