Skip to content

Commit 6e33987

Browse files
author
James Brundage
committed
Updating Workflow (removing OnIssue, adding GitLogger)
1 parent a78ba37 commit 6e33987

File tree

4 files changed

+8
-38
lines changed

4 files changed

+8
-38
lines changed

.github/workflows/GitPub.yml

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

.github/workflows/build-obs-powershell.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,9 @@ jobs:
572572
steps:
573573
- name: Check out repository
574574
uses: actions/checkout@v2
575+
- name: GitLogger
576+
uses: GitLogging/GitLoggerAction@main
577+
id: GitLogger
575578
- name: Use PSSVG Action
576579
uses: StartAutomating/PSSVG@main
577580
id: PSSVG

GitHub/Jobs/BuildOBSPowerShell.psd1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
name = 'Check out repository'
77
uses = 'actions/checkout@v2'
88
},
9+
@{
10+
name = 'GitLogger'
11+
uses = 'GitLogging/GitLoggerAction@main'
12+
id = 'GitLogger'
13+
},
914
@{
1015
name = 'Use PSSVG Action'
1116
uses = 'StartAutomating/PSSVG@main'
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
#requires -Module PSDevOps
33
#requires -Module obs-powershell
4-
#requires -Module GitPub
54

65
Import-BuildStep -Module obs-powershell
76

@@ -11,11 +10,5 @@ New-GitHubWorkflow -Job PowerShellStaticAnalysis, TestPowerShellOnLinux, TagRele
1110
.\.github\workflows\build-obs-powershell.yml
1211
'@ -Name "Build, Test, and Release obs-powershell" -On Push, PullRequest
1312

14-
Import-BuildStep -ModuleName GitPub
15-
16-
New-GitHubWorkflow -On Issue, Demand -Job RunGitPub -Name GitPub -OutputPath @'
17-
.\.github\workflows\GitPub.yml
18-
'@
19-
2013
Pop-Location
2114

0 commit comments

Comments
 (0)