Skip to content

Commit d642d60

Browse files
authored
Merge pull request #4 from ephos/GHActionInputs-Test
Added action input to test.
2 parents 62f2089 + 0fbcbfe commit d642d60

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy-code.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
name: Deploy
2020
runs-on: ubuntu-latest
2121
needs: validation
22+
inputs:
23+
message:
24+
description: "Testing this out!"
25+
required: true
2226
steps:
2327
- name: Checkout Code
2428
uses: actions/checkout@v3

src/PSSWAPI.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PSSWAPI.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.3'
15+
ModuleVersion = '0.1.4'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)