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 109edbf commit adede61Copy full SHA for adede61
1 file changed
Build/GitHub/Jobs/JsonLD.psd1
@@ -5,28 +5,7 @@
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
}
+ 'RunEZOut'
31
)
32
0 commit comments