Skip to content

Commit 266b8e0

Browse files
feat: Simplifying OpenGraph module scaffolding ( Fixes #14 )
Updating build definition
1 parent afdf982 commit 266b8e0

1 file changed

Lines changed: 3 additions & 24 deletions

File tree

Build/GitHub/Jobs/OpenGraph.psd1

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,8 @@
44
steps = @(
55
@{
66
name = 'Check out repository'
7-
uses = 'actions/checkout@v2'
8-
},
9-
@{
10-
name = 'GitLogger'
11-
uses = 'GitLogging/GitLoggerAction@main'
12-
id = 'GitLogger'
13-
},
14-
@{
15-
name = 'Use PSSVG Action'
16-
uses = 'StartAutomating/PSSVG@main'
17-
id = 'PSSVG'
18-
},
19-
@{
20-
name = 'Use PipeScript Action'
21-
uses = 'StartAutomating/PipeScript@main'
22-
id = 'PipeScript'
23-
},
24-
'RunEZOut',
25-
'RunHelpOut',
26-
@{
27-
name = 'Use PSJekyll Action'
28-
uses = 'PowerShellWeb/PSJekyll@main'
29-
id = 'PSJekyll'
30-
}
7+
uses = 'actions/checkout@main'
8+
}
9+
'RunEZOut'
3110
)
3211
}

0 commit comments

Comments
 (0)