Skip to content

Commit 76e5992

Browse files
🩹 [Patch]: Update action.yml to correct input parameters for debugging
1 parent 3d8cdd8 commit 76e5992

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ runs:
2525
# CONTEXT_NEEDS: ${{ toJson(needs) }}
2626
CONTEXT_INPUTS: ${{ toJson(inputs) }}
2727
with:
28-
Debug: true
29-
Verbose: true
28+
Name: Debug
3029
Script: |
3130
# Debug environment
3231
${{ github.action_path }}/scripts/main.ps1

0 commit comments

Comments
 (0)