Mark Curole
Mark Curole
I've run into this same issue. My project needs to run in Windows PowerShell because it is part of a JEA implementation. My project is compatible with pwsh so for...
How about making the breaking change to conform to the naming standards but provide a script that could be dot sourced to add aliases to the old names? This could...
I was able to use the action directly. This is how I called it. Change the on tag as needed. ```yaml name: OIDC Debug on: workflow_dispatch jobs: oidc_debug_test: permissions: contents:...