azure-blob-storage-upload icon indicating copy to clipboard operation
azure-blob-storage-upload copied to clipboard

Uploads assets to Azure Blob Storage

Results 5 azure-blob-storage-upload issues
Sort by recently updated
recently updated
newest added

Is there a way to set cache-control to Azure blob storage items when uploading them using this action?

I believe I have completed the necessary fields to utilise this action, (sensitive data redacted) ```yaml # ... - run: zip -r /tmp/codagami-webhook-latest.zip * - uses: bacongobbler/azure-blob-storage-upload@main with: source_dir: /tmp...

YML File ``` name: Upload To Azure Blob Storage on: push: branches: - dev-azure jobs: upload: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: bacongobbler/azure-blob-storage-upload@main with: source_dir: '.' container_name: 'test'...

When I try to use pattern matching, I get an error that the argument is not supported. > ERROR: unrecognized arguments: *filename*.sql ``` name: Upload To Azure Blob Storage on:...

I am not sure if this is a bug or working as designed. I have a couple of .tgz in the working directory. Based on the user input selected or...