You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the job that this step runs in has runs-on: ubuntu-latest, then the Get-APBuildDefinition fails (returns the standard html text saying you need to log in).
If I set runs-on: windows-latest then the call succeeds.
Not sure why a Linux runner would cause it to fail
The text was updated successfully, but these errors were encountered:
I would assume this has to do with how the env variables are resolved on a Linux runner vs a windows runner. Can you take the Git Hub action out of the loop and try to run the command directly on your Linux machine?
I'm using this module as a step in a GitHub Action workflow.
If the job that this step runs in has
runs-on: ubuntu-latest
, then theGet-APBuildDefinition
fails (returns the standard html text saying you need to log in).If I set
runs-on: windows-latest
then the call succeeds.Not sure why a Linux runner would cause it to fail
The text was updated successfully, but these errors were encountered: