Skip to content

Commit

Permalink
Merge pull request #146 from StartAutomating/Extensibility-And-Actions
Browse files Browse the repository at this point in the history
Extensibility and actions
  • Loading branch information
StartAutomating authored Jun 7, 2022
2 parents d0608a1 + acd1ee1 commit 27bc1cd
Show file tree
Hide file tree
Showing 235 changed files with 21,814 additions and 3,292 deletions.
21 changes: 20 additions & 1 deletion .github/workflows/TestAndPublish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


name: Analyze, Test, Tag, and Publish
on:
push:
Expand Down Expand Up @@ -485,6 +485,25 @@ jobs:
}
}
} @Parameters
HelpOut:
runs-on: ubuntu-latest
if: ${{ success() }}
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: UseHelpOut
uses: StartAutomating/HelpOut@master
RunEZOut:
runs-on: ubuntu-latest
if: ${{ success() }}
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: UseEZOut
uses: StartAutomating/EZOut@master
- name: Push Changes
shell: pwsh
run: git push; exit 0
env:
SYSTEM_ACCESSTOKEN: ${{ secrets.AZUREDEVOPSPAT }}
NoCoverage: true
Loading

0 comments on commit 27bc1cd

Please sign in to comment.