actions-marketplace-validations/Azure File Share Upload
Uploads folders to Azure File Share
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 26, 2021
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/cahaseler_azure-fileshare-upload@fe54245eb9e84f53e4a0170dc157ad8580521343 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| account_name | The storage account name | yes | — |
| account_key | The storage account key. Make sure to treat this as a secret | yes | — |
| share_name | The name of the fileshare you are uploading to | yes | — |
| source_dir | The name of the directory in your Github you want to replace the contents of the fileshare with. | yes | — |
| cloud | If not on the general cloud, use this to specify an alternate cloud such as AzureUSGovernment. | no | — |
Outputs
no outputs