Skip to content

Commit 27bc1cd

Browse files
Merge pull request #146 from StartAutomating/Extensibility-And-Actions
Extensibility and actions
2 parents d0608a1 + acd1ee1 commit 27bc1cd

File tree

235 files changed

+21814
-3292
lines changed

Some content is hidden

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

235 files changed

+21814
-3292
lines changed

.github/workflows/TestAndPublish.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
name: Analyze, Test, Tag, and Publish
33
on:
44
push:
@@ -485,6 +485,25 @@ jobs:
485485
}
486486
}
487487
} @Parameters
488+
HelpOut:
489+
runs-on: ubuntu-latest
490+
if: ${{ success() }}
491+
steps:
492+
- name: Check out repository
493+
uses: actions/checkout@v2
494+
- name: UseHelpOut
495+
uses: StartAutomating/HelpOut@master
496+
RunEZOut:
497+
runs-on: ubuntu-latest
498+
if: ${{ success() }}
499+
steps:
500+
- name: Check out repository
501+
uses: actions/checkout@v2
502+
- name: UseEZOut
503+
uses: StartAutomating/EZOut@master
504+
- name: Push Changes
505+
shell: pwsh
506+
run: git push; exit 0
488507
env:
489508
SYSTEM_ACCESSTOKEN: ${{ secrets.AZUREDEVOPSPAT }}
490509
NoCoverage: true

0 commit comments

Comments
 (0)