cil-logistics-action-azure-upload-blob 1.0.10
Install from the command line:
Learn more about npm packages
$ npm install @onrunning/cil-logistics-action-azure-upload-blob@1.0.10
Install via package.json:
"@onrunning/cil-logistics-action-azure-upload-blob": "1.0.10"
About this version
This action upload files to the Azure blob storage. If the files are already existing, they will be overwritten.
Place the code in a 'xyz.yml' file in your '.github/workflows' folder.
name: Upload Files To Azure Blob Storage
on:
push:
branches:
- main
jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: onrunning/cil-logistics-action-azure-upload-blob@main
with:
source_dir: data
container_name: myContainer
connection_string: ${{ secrets.ConnectionString }}
file_pattern: '*.xml'
lease: -1
-
To make this action work, it needs some data.
-
The local directory where to get the files from.
-
The name of the container in the Azure blob storage.
-
The Azure connection String for the blob storage.
-
The globby pattern to filter the files in the given directory.
-
If set, a lease will be created with the given Time. Must be between 15 to 60 seconds, or infinite (-1)
Details
- cil-logistics-action-azure-upload-blob
-
onrunning
- over 2 years ago
- UNLICENSED
- 5 dependencies
Assets
- cil-logistics-action-azure-upload-blob-1.0.10.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0