FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
PowerShellGuide/GitHub/Jobs/BuildPowerShellGuide.psd1 at main · PowerShellGuides/PowerShellGuide · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PowerShellGuides
/
PowerShellGuide
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
43
Code
Issues
37
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
PowerShellGuide
/
GitHub
/
Jobs
/
BuildPowerShellGuide.psd1
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (18 loc) · 409 Bytes
Breadcrumbs
PowerShellGuide
/
GitHub
/
Jobs
/
BuildPowerShellGuide.psd1
Copy path
File metadata and controls
18 lines (18 loc) · 409 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@{
"
runs-on
"
=
"
ubuntu-latest
"
if
=
'
${{ success() }}
'
steps
=
@
(
@
{
name
=
'
Check out repository
'
uses
=
'
actions/checkout@v2
'
}
,
@
{
name
=
'
Use PSSVG Action
'
uses
=
'
StartAutomating/PSSVG@main
'
id
=
'
PSSVG
'
}
,
'
RunEZOut
'
,
'
RunPipeScript
'
,
'
RunHelpOut
'
)
}
Back
|
FazBrowse Home
|
New Git URL