Skip to content

Commit 82bdc78

Browse files
committed
Removing Github Action Test Code
- Removed input experiment code.
1 parent d642d60 commit 82bdc78

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/deploy-code.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
name: Deploy
2020
runs-on: ubuntu-latest
2121
needs: validation
22-
inputs:
23-
message:
24-
description: "Testing this out!"
25-
required: true
2622
steps:
2723
- name: Checkout Code
2824
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.4'
15+
ModuleVersion = '0.1.5'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)