Utilities for the AzActions
This action holds all the utility modules for all other AzAction GitHub actions.
It causes the worker to download the repo, and installs all the modules to the runners.
This action was created to create a central place to maintain the utilities used for all AzActions. Using another action that makes sure the runner has the code + have the functions within the powershell module load automatically was the easiest way out.
Alternatives that have been identified, but not yet discussed in the team:
- Publish modules to PowerShell Gallery
- Publish modules as GitHub packages
N/A
N/A
N/A
name: Test-Workflow
on: [push]
jobs:
AzConnect:
runs-on: ubuntu-latest
steps:
- name: Load AzUtilities
uses: AzActions/AzUtilities@v1
N/A
This project welcomes contributions and suggestions. Please review How to contribute on our AzActions page.