feat: add PowerShell.Installation.Tests.ps1 #30
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Code Blocks | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
workflow_dispatch: | |
jobs: | |
auto-update-readme: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Markdown AutoDocs | |
uses: dineshsonachalam/[email protected] | |
with: | |
commit_author: Jimmy Briggs <[email protected]> | |
commit_user_email: [email protected] | |
commit_message: Apply automatic changes | |
branch: main | |
output_file_paths: '[./README.md]' | |
categories: '[code-block]' | |