Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/translation-health-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# https://learn.microsoft.com/en-us/cli/azure/storage/blob?view=azure-cli-latest#az-storage-blob-upload
# https://github.com/marketplace/actions/azure-cli-action
- name: Upload latest to Azure blob storage
uses: azure/CLI@61bb69d64d613b52663984bf12d6bac8fd7b3cc8
uses: azure/CLI@d88d5767d50cde2679128b45d287ec5b98df892e
with:
inlineScript: |
az storage blob upload \
Expand All @@ -113,7 +113,7 @@ jobs:
--overwrite true

- name: Upload date formatted to Azure blob storage
uses: azure/CLI@61bb69d64d613b52663984bf12d6bac8fd7b3cc8
uses: azure/CLI@d88d5767d50cde2679128b45d287ec5b98df892e
with:
inlineScript: |
# Write a date formatted for historical reference
Expand Down