10000 Azure Files Upload · Actions · GitHub Marketplace · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Azure Files Upload

Actions
This action uses the Azure CLI to upload the selected directory to Azure Files
v1.0.0
Latest
Star (4)

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

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.

About

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

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.

0