We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62f2089 + 0fbcbfe commit d642d60Copy full SHA for d642d60
.github/workflows/deploy-code.yml
@@ -19,6 +19,10 @@ jobs:
19
name: Deploy
20
runs-on: ubuntu-latest
21
needs: validation
22
+ inputs:
23
+ message:
24
+ description: "Testing this out!"
25
+ required: true
26
steps:
27
- name: Checkout Code
28
uses: actions/checkout@v3
src/PSSWAPI.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'PSSWAPI.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '0.1.3'
+ModuleVersion = '0.1.4'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = @()
0 commit comments