This action downloads a file from OneDrive and outputs its file name.
Required The Azure Client ID.
Required The Azure Client Secret.
Required The Azure Tenant ID.
Required The OneDrive shareable link for the file to be downloaded.
The name of the downloaded file.
uses: DevOpsVisions/onedrive-downloader-action@v1
with:
azure_client_id: ${{ secrets.AZURE_CLIENT_ID }}
azure_client_secret: ${{ secrets.AZURE_CLIENT_SECRET }}
azure_tenant_id: ${{ secrets.AZURE_TENANT_ID }}
onedrive_link: ${{ secrets.ONEDRIVE_LINK }}