Skip to content

Commit

Permalink
update quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cajok committed Aug 2, 2024
1 parent dba4df6 commit a634ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: azure/CLI@v1
with:
inlineScript: |
az storage blob upload-batch --account-name ${{ secrets.AZURE_BLOB_STORAGE_NAME }} -d "$web" --destination-path /images -s /home/runner/work/app-store-badge/app-store-badge/dist/images --auth-mode login --overwrite true
az storage blob upload-batch --account-name ${{ secrets.AZURE_BLOB_STORAGE_NAME }} -d '$web' --destination-path /images -s /home/runner/work/app-store-badge/app-store-badge/dist/images --auth-mode login --overwrite true
close_pull_request_job:
if: github.ref == 'refs/heads/main' && (github.event_name == 'pull_request' && github.event.action == 'closed')
Expand Down

0 comments on commit a634ad6

Please sign in to comment.