Skip to content

Commit

Permalink
refactor: Add comments to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Feb 7, 2024
1 parent cbdd48b commit 48dd249
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test-powershell-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:

# Allows the deployment workflow to call this workflow.
workflow_call:
inputs:
versionNumber:
description: 'The version number to use for the module. This should be in the format of "Major.Minor.Patch". e.g. "1.0.0". Future builds will increment from this version number. This input is optional. If not provided, the previous version numbers Patch will be incremented.'
required: false
type: string
default: ''
# Outputs required by the deployment workflow.
outputs:
powerShellModuleName:
description: 'The name of the PowerShell module being built.'
Expand Down

0 comments on commit 48dd249

Please sign in to comment.