Skip to content

rnakamine/azure-files-upload

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

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Actions to Upload to Azure Files

test MIT License

This action uses the Azure CLI to upload the selected directory to Azure Files.

Azure Files documentation | Microsoft Docs

Inputs

Input Required Default Description
connection_string Yes - The connection string for the storage account.
source Yes - The directory to upload files from.
destination Yes - The destination of the upload operation.
extra_args No - Extra arguments. Can passing flags like --pattern or --destination-path. Optional Parameters

Example Usage

uses: rnakamine/azure-files-upload@v1.0.0
with:
  connection_string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
  source: .
  destination: my-share