We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
https://github.com/Azure/github-actions
something like?
#' @describeIn actions [azure_cli](https://github.com/Azure/github-actions/tree/cc666a5f6a93fba7d52e7b264e3d494af7a95a76) azure_cli <- function(needs = "Azure Login", env = c("AZURE_SCRIPT_PATH = '<Relative path in your repository>'", "AZURE_SCRIPT = '<Azure CLI script>'")) { list( uses = "Azure/github-actions/cli@cc666a5f6a93fba7d52e7b264e3d494af7a95a76", needs = needs, env = env ) }
Sorry, something went wrong.
yes!
Ah, interesting ... so if Azure CLI always needs to run some Azure Login action first, then that'd be two actions.
Anyway, sorry about just leaving this in here, this was more aspirational, just wanted to get this off the website and keep a record somewhere.
I'm guessing netlify (#26) would be a much higher priority and also easier, because netlify is just static page hosting, just like ghpages.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: