Skip to content

climpr/install-psmodules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install PowerShell Modules

This action installs the specified PowerShell modules and caches them in the repository cache.

How to use this action

Use this as a step in an existing workflow

# ...
steps:
  - name: Install PS Modules
    uses: climpr/install-psmodules@v1
    with:
      modules: |
        Az.Accounts:2.17.0
        Az.Billing:2.0.3
# ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published