We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdf982 commit 266b8e0Copy full SHA for 266b8e0
1 file changed
Build/GitHub/Jobs/OpenGraph.psd1
@@ -4,29 +4,8 @@
4
steps = @(
5
@{
6
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
- }
+ uses = 'actions/checkout@main'
+ }
+ 'RunEZOut'
31
)
32
}
0 commit comments