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@68f0d36771d0cba0ebbf26993275a8e0b74a541f
uses: azure/CLI@b0e31ae20280d899279f14c36e877b4c6916e2d3
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@68f0d36771d0cba0ebbf26993275a8e0b74a541f
uses: azure/CLI@b0e31ae20280d899279f14c36e877b4c6916e2d3
with:
inlineScript: |
# Write a date formatted for historical reference
Expand Down