This action uses the Azure CLI to upload the selected directory to Azure Files.
Azure Files documentation | Microsoft Docs
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 |
uses: rnakamine/azure-files-upload@v1.0.0
with:
connection_string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
source: .
destination: my-share