Skip to content

Commit 696c00e

Browse files
Merge pull request #90 from StartAutomating/Posh-Recommends
Posh 0.1.1
2 parents f8da0e4 + af5c975 commit 696c00e

File tree

81 files changed

+2909
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+2909
-48
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [StartAutomating]

.github/workflows/TestReleaseAndPublish.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,14 +387,17 @@ jobs:
387387
steps:
388388
- name: Check out repository
389389
uses: actions/checkout@v2
390-
- name: Use PSSVG Action
390+
- name: PSSVG
391391
uses: StartAutomating/PSSVG@main
392392
id: PSSVG
393+
- name: Splatter
394+
uses: StartAutomating/Splatter@main
395+
id: Splatter
393396
- name: BuildPipeScript
394397
uses: StartAutomating/PipeScript@main
395-
- name: Run EZOut (on master)
398+
- name: EZOut
396399
uses: StartAutomating/EZOut@master
397-
id: EZOutMaster
400+
id: EZOut
398401
- name: UseHelpOut
399402
uses: StartAutomating/HelpOut@master
400403
- name: GitLogger

0 commit comments

Comments
 (0)