Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
fixing pssession input ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Oct 3, 2023
1 parent e1d310f commit 2f7b407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ runs:
uses: azure/login@v1
with:
creds: "${{ inputs.azureCredentials }}"
enable-AzPSSession: ${{ inputs.enableAzPsSession || true }}
enable-AzPSSession: ${{ inputs.enable-AzPsSession || true }}

0 comments on commit 2f7b407

Please sign in to comment.