From 2f7b4076debaccf197b2828568ccb97f3518e77c Mon Sep 17 00:00:00 2001 From: ebronson68 <111298136+ebronson68@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:44:23 -0500 Subject: [PATCH] fixing pssession input ref --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 397990a..dd34ece 100644 --- a/action.yaml +++ b/action.yaml @@ -39,4 +39,4 @@ runs: uses: azure/login@v1 with: creds: "${{ inputs.azureCredentials }}" - enable-AzPSSession: ${{ inputs.enableAzPsSession || true }} + enable-AzPSSession: ${{ inputs.enable-AzPsSession || true }}