add shell to onedrive purge (#1666)

## Type of change

- [x] 🐛 Bugfix
This commit is contained in:
Keepers 2022-12-01 18:09:04 -07:00 committed by GitHub
parent 412b73bf74
commit b52a3323c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,7 @@ runs:
- name: Run the old purge script to clear out onedrive buildup - name: Run the old purge script to clear out onedrive buildup
working-directory: ./src working-directory: ./src
if: ${{ inputs.folder-prefix != '' }} if: ${{ inputs.folder-prefix != '' }}
shell: sh
env: env:
AZURE_CLIENT_ID: ${{ inputs.azure-client-id }} AZURE_CLIENT_ID: ${{ inputs.azure-client-id }}
AZURE_CLIENT_SECRET: ${{ inputs.azure-client-secret }} AZURE_CLIENT_SECRET: ${{ inputs.azure-client-secret }}