Azure Files Upload
ActionsThis action uses the Azure CLI to upload the selected directory to Azure Files
v1.0.0
LatestBy rnakamine
Tags
(2)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
Azure Files Upload is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.