Skip to content

pietrobolcato/install-azure-cli-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Github action to install azure-cli on a debian-based system (eg: Ubuntu).

This is useful to test a workflow locally using act or on a self-hosted machine.

Usage

name: automatic-deploy

on:
  pull-request:
  push:
  workflow_dispatch:

jobs:
  deploy:
    # Replace `self-hosted-ubuntu` with the label of your self-hosted runner(s)
    runs-on: self-hosted-ubuntu
  steps:
    # install azure-cli
    - uses: pietrobolcato/install-azure-cli-action@main
    # now run any step that would require the `az` command line utility, eg:
    - uses: azure/webapps-deploy@v2

About

Github action to install azure-cli to test a workflow locally using 'act' or on a self-hosted

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages