keboo/Upload to Azure Storage
Upload a GitHub Actions artifact to Azure Blob Storage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 21, 2026
- License
- MIT
Pinned Snippet
uses: keboo/sa-upload@37bc26a70fe79e9e4f93c45cd7b20dbbad936d74 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the artifact. Uploading with the same name will overwrite. | yes | — |
| path | File or directory path to upload | yes | — |
| storage-account | The name of the Azure Storage account | yes | — |
| container-name | The name of the blob container to upload the artifact to | yes | — |
| run-id | The workflow run ID used to namespace the artifact. Defaults to the current run ID. | no | ${{ github.run_id }} |
| create-container | When true, create the blob container if it does not exist. When false, fail with an error if the container is missing. | no | true |
Outputs
no outputs