-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Digger fails if az CLI is not installed #1052
Comments
motatoes
added a commit
that referenced
this issue
Jan 16, 2024
* Update action.yml hotfix for #1052 * fix typo
Fixed in release 0.3.14. Thanks a lot for the quick fix. |
ben-of-codecraft
pushed a commit
to ben-of-codecraft/digger
that referenced
this issue
May 21, 2024
) * Update action.yml hotfix for diggerhq#1052 * fix typo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems there there is a bug or regression in the azure/login action which results in a failure if the az CLI is not installed: Azure/login#403
We are facing exactly this problem right now with our private runners. We don't use azure at all and thus the az CLI is not installed but we can't use Digger currently because it fails in the pre and post setup (see nice screenshots here Azure/login#405).
The text was updated successfully, but these errors were encountered: