cedric05/Upload to Azure Blob Storage
Upload to azure blob storage in structured timely manner
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 13, 2023
- License
- None
Pinned Snippet
uses: cedric05/upload-to-azure-blob-storage@e290ac0044cbcd61f13a1e28d00b595904238b63 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source-file | source file to upload | yes | — |
| base-project-path | base path to stack up | yes | — |
| target-file | target path in azure blob storage container | yes | — |
| overwrite | overwrite if target-dir exists | no | — |
| container-name | azure blob storage container name | yes | — |
| storage-account-name | azure storage account name | yes | — |
| creds | az create-rb output | yes | — |
Outputs
| name | description |
|---|---|
| uploaded-path | uploaded path |