Skip to content

Commit 1a20f25

Browse files
🩹 [Patch]: Remove Verbose and Debug options from Action-Test workflow and clean up action.yml inputs
1 parent 54b136c commit 1a20f25

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

‎.github/workflows/Action-Test.yml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
env:
3030
GITHUB_TOKEN: ${{ github.token }}
3131
with:
32-
Verbose: true
33-
Debug: true
3432
Name: PSModuleTest
3533
WorkingDirectory: tests
3634
APIKey: ${{ secrets.APIKEY }}

‎action.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ inputs:
5656
description: If specified, the action will only log the changes it would make, but will not actually create or delete any releases or tags.
5757
required: false
5858
default: 'false'
59-
6059
WorkingDirectory:
6160
description: The working directory where the script will run from.
6261
required: false

0 commit comments

Comments
 (0)